﻿@charset "utf-8";
/* ======  reset  ====== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
fieldset,
img {
    border: 0
}
:focus {
    outline: 0
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}
abbr,
acronym {
    border: 0;
    font-variant: normal
}
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}
code,
kbd,
samp,
tt {
    font-size: 100%
}
input,
button,
textarea,
select {
    *font-size: 100%
}
body {
    line-height: 1.5;
    background: #fff;
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th {
    text-align: left
}
sup,
sub {
    font-size: 100%;
    vertical-align: baseline
}
:link,
:visited,
ins {
    text-decoration: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
/* ======  fonts  ====== */
body {
    font: 13px/1.231 SourceHanSerifCN, SourceHanSerifCN-Light, arial, helvetica, clean, sans-serif;
    *font-size: small;
    *font: x-small;
    color: #333;
}
table {
    font-size: inherit;
    font: 100%;
}
pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}
h1,
.h1 {
    font-size: 32px;
}
h2,
.h2 {
    font-size: 26px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 22px;
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 14px;
}
/* ======  clearfix  ====== */
.clear {
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
    line-height: 0;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    *zoom: 1;
}
:link,
:visited,
ins {
    text-decoration: none;
}
a {
    color: #333;
    text-decoration: none;
}
/* ======  top_wrap  ====== */
#top_wrap {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    background: #ffffff;
}
.top_wrap {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 1%;
    padding-bottom: 5px; 
}
.top_left {
    float: left;
    margin-left:2%;
}
.top_left a {
    display: block;
}
.top_left a img {
    width: 300px;
    height:auto;
    display: block;
}
.top_center {
    float: left;
    margin: 0% 0% 0% 1%;
    width:38%;
}
   

.top_center img{
    width:100%;
    height:auto;
}
/* .top_center span {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0px;
	text-align: center;
    display: block;
}
.top_center p {
    font-size: 28px;
    padding: 1px 5px;
    border: 2px solid #0a5aea ;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 3.2px;
    margin-top: 12px;
} */
.top_right {
    float: left;
    overflow: hidden;
    width: 25%;
    margin-left: 4%;
}
.top_right img {
   
    width: 100%;
    height: auto;
  
}
/* .top_right .top_tel {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding-top: -7px;
}
.top_right .top_tel span:nth-child(1) {
    color: #0a5aea ;
    font-size: 22px;
    display: block;
}
.top_right .top_tel span:nth-child(2) {
    display: block;
    color: #0a5aea ;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.1;
} */
/* ======  nav_wrap  ====== */
#nav_wrap {
    background-color: #5e0aea ;
}
.nav-width {
    width: 63%;
    min-width: 1200px;
    margin: 0px auto;
}
/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu {
    line-height: 1.0;
    display: flex;
    justify-content: space-between;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 13em;
    /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 2.4em;
    *top: 2.2em;
    /* ie6,7 bug */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 15em;
    /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 15em;
    /* match ul width */
    top: 0;
}
/*** DEMO SKIN ***/
.sf-menu a {
    border-left: 1px solid #fff;
    border-top: 1px solid #CFDEFF;
    padding: .75em 1em;
    text-decoration: none;
}
.sf-menu a,
.sf-menu a:visited {
    color: #13a;
}
.sf-menu li {
    background: #BDD2FF;
}
.sf-menu li li {
    background: #AABDE6;
}
.sf-menu li li li {
    background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    background: #CFDEFF;
    outline: 0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 1.8em;
    /*min-width:1px;*/
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em;
    /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url('../images/superfish-arrows.gif') no-repeat -11px -56px;
    /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a>.sf-sub-indicator {
    top: 1.5em;
    background-position: -11px -56px;
    /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus>.sf-sub-indicator,
a:hover>.sf-sub-indicator,
a:active>.sf-sub-indicator,
li:hover>a>.sf-sub-indicator,
li.sfHover>a>.sf-sub-indicator {
    background-position: -10px -23px;
    /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-menu ul a>.sf-sub-indicator {
    background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus>.sf-sub-indicator,
.sf-menu ul a:hover>.sf-sub-indicator,
.sf-menu ul a:active>.sf-sub-indicator,
.sf-menu ul li:hover>a>.sf-sub-indicator,
.sf-menu ul li.sfHover>a>.sf-sub-indicator {
    background-position: -10px 0;
    /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background: url('../images/superfish-shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}
/*** 垂直 adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical,
.sf-vertical li {
    width: 10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
    left: 10em;
    /* match ul width */
    top: 0;
}
/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator {
    background-position: -10px 0;
}
/* IE6 gets solid image only */
.sf-vertical a>.sf-sub-indicator {
    background-position: 0 0;
}
/* use translucent arrow for modern browsers*/
/* hover arrow direction for modern browsers*/
.sf-vertical a:focus>.sf-sub-indicator,
.sf-vertical a:hover>.sf-sub-indicator,
.sf-vertical a:active>.sf-sub-indicator,
.sf-vertical li:hover>a>.sf-sub-indicator,
.sf-vertical li.sfHover>a>.sf-sub-indicator {
    background-position: -10px 0;
    /* arrow hovers for modern browsers*/
}
.main-nav .sf-menu a,
.main-nav .sf-menu a:visited {
    color: #fff;
}
.main-nav .sf-menu a:hover {
    text-decoration: none;
}
.main-nav .sf-menu a {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
/* 一级 */
.main-nav .sf-menu li {
    margin-right: 30px;
    background-color: transparent;
}
.main-nav .sf-menu li.last {
    margin-right: 0;
    background-image: none;
}
.main-nav .sf-menu li:hover,
.main-nav .sf-menu li.sfHover,
.main-nav .sf-menu li.sfHover>a,
.main-nav .sf-menu a:focus,
.main-nav .sf-menu a:hover,
.main-nav .sf-menu a:active {
    background-color: #5e0aea;
    color: #fff;
}
.main-nav .sf-menu li.current,
.main-nav .sf-menu li.current .first-level,
.main-nav .sf-menu li.current .first-level:visited {
    background-color: #5e0aea ;
    color: #fff;
}
.main-nav .sf-sub-indicator {
    background-image: url(../images/superfish-arrows-white.gif);
}
.main-nav .sf-menu .first-level {
    padding-right: 1.8em;
    padding-left: 1.8em;
    border-right: none;
}
.main-nav .sf-menu .first-level .sf-sub-indicator {
    display: block;
}
.main-nav .sf-menu .last .first-level {
    border-right: none;
}
.main-nav .sf-menu li i {
    display: none;
    width: 100%;
    _width: expression((this.parentElement.clientWidth) +'px');
    height: 3px;
    overflow: hidden;
    background-color: #5e0aea ;
    position: absolute;
    top: -3px;
    left: 0;
}
.main-nav .sf-menu li:hover i,
.main-nav .sf-menu .nav-hover i,
.main-nav .sf-menu .current i,
.main-nav .sf-menu .sfHover i {
    display: none;
}
/* 二级以下 */
.sf-menu ul {
    width: 10em;
    text-align: center;
    margin-left: -10px;
}
.main-nav .sf-menu li:hover ul,
.main-nav .sf-menu li.sfHover ul {
    top: 55px;
    box-shadow: 5px -5px 2px 0 rgba(0, 0, 0, 0.1);
    ;
}
.main-nav .sf-menu li li:hover ul,
.main-nav .sf-menu li li.sfHover ul {
    top: 0;
    left: 14em;
}
.main-nav .sf-menu li li {
    margin-right: 0;
    background-color: #5e0aea ;
    border-top: none;
    background-image: none;
    border-bottom: 1px solid #FFFFFF;
}
.main-nav .sf-menu li li:nth-last-child {
    border-bottom: none;
}
.main-nav .sf-menu li li a,
.main-nav .sf-menu li li a:visited {
    padding: 0 20px;
    line-height: 46px;
    /*border-bottom:1px solid #6db31d;*/
    font-weight: normal;
    font-size: 13px;
    color: #fff;
}
.main-nav .sf-menu li li a strong {
    font-weight: normal;
}
.main-nav .sf-menu li li:hover,
.main-nav .sf-menu li.sfHover li.sfHover,
.main-nav .sf-menu li.sfHover li.sfHover>a,
.main-nav .sf-menu li li a:focus,
.main-nav .sf-menu li li a:hover,
.main-nav .sf-menu li li a:active {
    background-color: #f5be34;
    color: #fff;
}
.main-nav .sf-menu li li .sf-sub-indicator {
    top: 1.3em;
    display: block;
}
/**banner:start**/
#banner_wrap {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
}
.swiper-slide a {
    width: 100%;
}
#banner_wrap .swiper-pagination {
    bottom: 5rem !important;
}
#banner_wrap .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    opacity: 1;
}
#banner_wrap .swiper-pagination-bullet-active {
    background: #0a5aea ;
    cursor: default;
    border: 1px solid #0a5aea ;
    border-radius: 200px;
    width: 25px;
}
/** yuyue_wrap:start **/
#yuyue_wrap {
    width: 100%;
    /* overflow: hidden; */
    margin: 0px auto;
    position: relative;
    z-index: 5;
    top: -1.5rem;
}
.yuyue_wrap {
    width: 70%;
    min-width: 1200px;
    margin: 0 auto;
}
.app-order-formbox {
    border-radius: 10px;
    background-color: #fff0;
    box-shadow: 0 8px 43px 0 rgba(0 0 0 / 0%);
    /* height: 135px; */
    padding: 20px 30px;
    transform: translateY(-32px);
    position: relative;
    transition: all .3s ease;
}
.yuyue_wrap label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin: 0 23px;
}
.yuyue_wrap select {
    max-width: 100%;
    text-transform: none;
}
.app-order-formbox:not(.app-order-formbox2) .uix-btn {
    position: absolute;
    right: 42px;
    top: 36px;
    height: 75px;
    border: none;
    border-radius: 0 5px 5px 0;
    line-height: 75px;
    font-weight: 700;
    font-size: 23px;
    /*padding: 0 5rem;*/
    cursor: pointer;
}
.app-order-formbox:not(.app-order-formbox2) .uix-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 8px solid transparent;
    box-sizing: border-box;
}
.reservation_form {
    margin: 17px 0;
}
.reservation_form label {
    width: 13%;
    margin: 0;
}
.reservation_form label .w100 {
    width: 95%;
    background: #fff;
}
.reservation_form label .input-w100 {
    width: 95%;
    margin: 0 5px;
    padding: 10px 0;
    text-indent: 8px;
}
.app-order-formbox:not(.app-order-formbox2) .uix-btn {
    width: 16.5%;
}
.reservation_form {
    margin: 17px 0;
    padding-top: 0rem;
	    display: flex;
    justify-content: flex-start;
}
.app-order-formbox:not(.app-order-formbox2) .uix-btn {
    top: 23px;
}
.reservation_form label .w100 {
    font-size: 16px;
}
.reservation_form label .input-w100 {
    font-size: 15px;    
	font-weight:normal!important;
}
.reservation_form label input.input-w100::-webkit-input-placeholder {
	color:#333;
}
.in-flow .in-flow-con li:nth-child(8)::after {
    background: none;
}
.w100,
.input-w100 {
    padding: 10px 8px;
    border-radius: 7px;
    border: 1px solid #666;
}
.w100 {
    width: 110px;
    margin: 0 5px;
}
.reservation_form label .w100 {
    font-size: 14px;
}
.reservation_form label .w100 {
    width: 95%;
    background: #fff;
	font-weight: normal;
}
.w100,
.input-w100 {
    padding: 10px 8px;
    border-radius: 7px;
    border: 1px solid #666;
}
.w100 {
    width: 110px;
    margin: 0 5px;
}
.app-order-formbox:not(.app-order-formbox2) .uix-btn {
    top: 23px;
}
.app-order-formbox:not(.app-order-formbox2) .uix-btn {
    width: 16.5%;
}
.app-order-formbox:not(.app-order-formbox2) .uix-btn {
    position: absolute;
    right: 42px;
    top: 1.4rem;
    height: 75px;
    border: none;
    border-radius: 0 5px 5px 0;
    line-height: 75px;
    font-weight: 700;
    font-size: 23px;
    cursor: pointer;
}
.uix-btn__bg--primary {
    border-color: transparent;
    background-color: #0a5aea ;
    background-image: linear-gradient(to right, #0a5aea  0, #0a5aea  20%, #0a5aea  100%);
    color: #fff;
    width: auto;
    border-width: 2px;
}
/**jianjie_wrap：start**/
#jianjie_wrap {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    margin-top: -2rem;
}
.jianjie_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    padding-bottom: 35px;
    /*width: 1330px;*/
    min-width: 1200px;
    width: 70%;
    margin: 0 auto
}
.jianjie_left {
    width: 44.4%;
    margin-right: 5.2%;
	
}
.jianjie_right {
    width: 45.5%;
    margin-left: 4.9%;
}
.in-about-tit h2 {
    font-size: 34px;
    font-weight: 700;
    display: inline;
    vertical-align: middle;
    color: #0a5aea ;
}
.in-about-tit i {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background: url(../images/abouta.png) no-repeat center;
}
.in-about-tit span {
    display: block;
    color: #0a5aea ;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 25px;
}
.index-about p {
    font-size: 16px;
    line-height: 1.8;
}
.in-about-li ul {
    text-align: center;
}
.flex-around {
    display: flex;
    justify-content: space-around;
}
.in-about-li ul {
    text-align: center;
}
.in-about-li ul li {
    display: inline-block;
    margin-right: 60px;
}
.in-about-li ul li i {
    display: block;
    width: 69px;
    height: 69px;
}
.in-about-li ul li:nth-child(1) i {
    background: url(../images/inabout1.jpg) no-repeat;

}
.in-about-li ul li:nth-child(2) i {
    background: url(../images/inabout2.jpg) no-repeat;
}
.in-about-li ul li:nth-child(3) i {
    background: url(../images/inabout3.jpg) no-repeat;
}
.in-about-li ul li:nth-child(4) i {
    background: url(../images/inabout4.jpg) no-repeat;
}
.in-about-li ul li:nth-child(1):hover i {
    background: url(../images/inabout1-1.jpg) no-repeat;
}
.in-about-li ul li:nth-child(2):hover i {
    background: url(../images/inabout2-1.jpg) no-repeat;
}
.in-about-li ul li:nth-child(3):hover i {
    background: url(../images/inabout3-1.jpg) no-repeat;
}
.in-about-li ul li:nth-child(4):hover i {
    background: url(../images/inabout4-1.jpg) no-repeat;
}
.in-about-li ul li span {
    line-height: 30px;
}
.index-about p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
	background-color:#F2F2F2;
	
}
/**fangan_wrap:start**/
#fangan_wrap {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding-bottom: 80px;
}
.fangan_wrap {
    width: 70%;
    min-width: 1330px;
    margin: 0 auto;
    padding-top: 35px;
}
.tit-blue2 {
    margin-bottom: 60px;
    text-align: center;
}
.tit-blue2>h2 {
    line-height: normal;
    font-weight: 700;
    color: #4d4d4d;
    font-size: 34px;
    /* font-size: 2.6rem; */
    /* background: url(../images/module-full-screen-title-bg.png) no-repeat bottom center; */
}
.tit-blue2 h2 {
    /* background: url(../images/scope_titline.png) no-repeat center; */
}
.tit-blue2 h2,
.in-tit-line h2 {
    height: 2px;
    margin: 0 auto;
}
.tit-blue h2,
.tit-blue h3 {
    color: #0a5aea !important;
}
.tit-blue2,
.in-tit-line {
    position: relative;
}
.tit-blue2 h2 b,
.in-tit-line h2 b {
    position: absolute;
    line-height: 1.2;
    top: -23px;
    left: 0;
    right: 0;
}
.tit-blue2 h3,
.in-tit-line h3,
#in-partner span {
    margin-top: 1%;
}
.tit-blue h3,
.tit-blue span {
    display: block;
    font-size: 24px!important;
    font-weight: 100;
    font-family: 'SourceHanSerifCN-Light';
    line-height: 1.2;
}
.tit-blue h2,
.tit-blue h3 {
    color: #0a5aea !important;
}
.fangan_cont {
    width: 100%;
}
.fangan_item {
    width: 22.75%;
    margin-right: 3%;
    float: left;
    min-height: 1px;
    height: auto !important;
    _height: 1px;
}
.fangan_cont .last {
    margin-right: 0;
    *float: right;
    *clear: right;
}
.fangan_cont .col-main-5,
.mena-main {
    text-align: center;
}
.fangan_cont .qhd-content img {
    vertical-align: middle;
    max-width: 100%;
    _max-width: none;
    height: auto !important;
}
.qhd-content a {
    display: inline;
}
.qhd-content a:hover img {
    opacity: 0.95;
    filter: alpha(Opacity=95);
}
.col-main-5 img:hover {
    box-shadow: 1px 4px 7px 1px #999;
    border-radius: 50%;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.qhd-content p {
    line-height: 1.8;
    margin-bottom: 15px;
}
.fangan_cont .scope-line {
    margin: 0 auto;
    width: 120px;
    display: block;
    height: 2px;
    line-height: 2px;
    background: url(../images/nscope-linebg.png) center;
}
.fangan_cont .col-main-5 span {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 1.8;
}
.fangan_cont .fangan_item .col-tit-5 {
    display: block;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.fangan_cont .col-main-5 .col-tit-5 span {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}
.fangan_cont .button-highlight:visited,
.fangan_cont .button-highlight-flat:visited {
    color: #FFF;
}
.fangan_cont .button:visited {
    color: #fff
}
:link,
:visited,
ins {
    text-decoration: none;
}
.fangan_cont .button-large {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
}
.fangan_cont .button-pill {
    border-radius: 200px;
}
.fangan_item .button {
    color: #666;
    background-color: #EEE;
    border-color: #EEE;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.fangan_item .button-highlight,
.fangan_item .button-highlight-flat {
    background-color: #0a5aea ;
    border-color: #0a5aea ;
    color: #FFF;
}
.button-highlight:hover,
.button-highlight:focus,
.button-highlight-flat:hover,
.button-highlight-flat:focus {
    background-color: #f5be34;
    border-color: #f5be34;
    color: #0a5aea ;
}
.button-highlight:active,
.button-highlight.active,
.button-highlight.is-active,
.button-highlight-flat:active,
.button-highlight-flat.active,
.button-highlight-flat.is-active {
    background-color: #f5be34;
    border-color: #f5be34;
    color: #f5be34;
}
/**zhuanli_wrap:start**/
#zhuanli_wrap {
    display: block;
    width: 100%;
    height: 188px;
    color: #fff;
    background: url(../images/fl_bg.png) no-repeat center center;
    letter-spacing: -8px;
}
/**fuwu_wrap:start**/
#fuwu_wrap {
    width: 100%;
    margin: 0px auto;
    margin-top: 65px;
	background-color:#FFFFFF;
}
.fuwu_wrap {
    width: 1330px;
    margin: 0px auto;
}
.fuwu_title {
    margin-bottom: 3%;
    text-align: center;
}
.fuwu_title>h2 {
    line-height: normal;
    font-weight: 700;
    color: #4d4d4d;
    font-size: 34px;
    /* font-size: 2.6rem; */
    /* background: url(../images/module-full-screen-title-bg.png) no-repeat bottom center; */
}
.in-tit-line h2 {
   /*  background: url(../images/scope_titline2.png) center; */
}
.tit-blue2 h2,
.in-tit-line h2 {
    height: 2px;
    margin: 0 auto;
}
.tit-blue h2,
.tit-blue h3 {
    color: #0a5aea !important;
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 10px;
}
.fuwu_cont {}
.fuwu_cont .swiper-slide {
    padding: 30px 0 0 0;
	background-color:#ecf5fc;
}
.fuwu_cont .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    height: 68px;
    text-align: center;
}
.fuwu_cont .swiper-pagination-bullet {
    display: inline-block;
    width: auto;
    padding: 0 30px;
    height: 42px;
    /*float: left;*/
    margin: 0 !important;
    opacity: 1;
    border-radius: 0;
    font-size: 24px;
    line-height: 42px;
    font-size: 1.2rem;
    color: #808080;
    background: #fff;
}
.fuwu_cont .swiper-pagination-bullet-active {
    background-color: #0a5aea ;
    color: #fff;
}
.fuwu_cont .in-adv .col-5-3 {
    margin-top: 0;
	
}
.fuwu_cont .module-default {
    margin: 0;
    padding: 0;
    width: 98%;
	background-color:#ecf5fc;
	
}
.fuwu_cont .col-5-3 {
    text-align: left;
}
.portfolio-list {
    min-height: 20px;
}
.portfolio-list li {
    margin-bottom: 25px;
}
.portfolio-img {
    margin-bottom: 10px;
    overflow: hidden;
}
.portfolio-img a {
    position: relative;
}
.portfolio-img a,
.portfolio-img img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-img .opacity-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    _height: expression((this.parentElement.clientHeight) +'px');
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.portfolio-img .icon-zoom {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background: url(../images/icon-zoom.png) no-repeat center;
}
.portfolio-img .icon-video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background: url(../images/icon-video.png) no-repeat center;
}
.portfolio-img a:hover .opacity-overlay {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.portfolio-title {
    margin-bottom: 10px;
    font-weight: normal;
    line-height: normal;
}
.portfolio-title h2 {
    font-size: 15px;
    line-height: 1.5;
}
.portfolio-title a {
    color: #333;
}
.portfolio-title a:hover {
    color: #0a5aea ;
    text-decoration: none;
}
.portfolio-meta {
    font-size: 12px;
    margin-bottom: 10px;
    color: #808080;
}
.portfolio-meta em {
    margin: 0 8px;
}
.portfolio-meta strong {
    font-weight: normal;
}
.portfolio-meta a {
    color: #808080;
}
.portfolio-meta a:hover {
    color: #01aef2;
    text-decoration: none;
}
.portfolio-summary {
    color: #666;
    font-size: 13px;
    margin-bottom: -10px;
}
.portfolio-summary p {
    line-height: 1.5;
}
.portfolio-detail {
    padding-right: 10px;
    color: #f30;
    font-size: 13px;
    background: url(../images/arrow-r.gif) no-repeat right center;
}
.portfolio-list .col-4-1 .portfolio-title h2 {
    font-size: 14px;
}
.portfolio-list .col-4-1 .portfolio-summary {
    font-size: 12px;
}
.portfolio-list .col-5-1 .portfolio-title h2 {
    font-size: 13px;
}
.portfolio-list .col-5-1 .portfolio-summary {
    font-size: 12px;
}
.portfolio-list-shown .portfolio-img .opacity-overlay {
    filter: alpha(opacity=40);
    opacity: 0.4;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.portfolio-list-shown .portfolio-img a:hover .opacity-overlay {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.portfolio-list-shown .portfolio-title {
    text-align: center;
}
.fuw_cont .in-adv .col-5-3 {
    margin-top: 0;
}
.fuw_cont .col-5-3 {
    text-align: left;
}
.in-adv .col-5-3 {
    width: 47.2%;
    margin-right: 2%;
    margin-top: 70px;
}
.in-adv .col-5-2 {
    width: 50.8%;
}
.column .last {
    margin-right: 0;
    *float: right;
    *clear: right;
}
/**liucheng_wrap:start**/
#liucheng_wrap {
    width: 100%;
    margin: 0px auto;
    margin-top: 65px;
}
.liucheng_wrap {
    width: 1330px;
    margin: 0 auto;
}
.liucheng_title {
    margin-bottom: 60px;
    text-align: center;
}
.liucheng_title>h2 {
    line-height: normal;
    font-weight: 700;
    color: #4d4d4d;
    font-size: 34px;
}
.liucheng_cont {
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
    left: 3.5rem
}
.liucheng_cont ul {
    overflow: hidden;
}
.liucheng_cont ul li {
    float: left;
    text-align: center;
    width: 12%;
    overflow: hidden;
}
.liucheng_cont ul li .fuwu_left img:hover {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.liucheng_cont ul li .fuwu_left {
    float: left;
    width: 65%;
}
.liucheng_cont ul li .fuwu_left img {
    width: 90%;
}
.liucheng_cont ul li .fuwu_left p {
    color: #5f5d5d;
    font-weight: bold;
    font-size: 18px;
}
.liucheng_cont ul li .fuwu_right {
    float: left;
    width: 35%;
    position: relative;
    padding-top: 18%;
}
.liucheng_cont ul li .fuwu_right img {
    width: 70%;
}
.liucheng_cont ul li .fuwu_right p {
    color: #fff;
    position: absolute;
    left: 33%;
    top: 57%;
    font-size: 10px;
    display: none;
}
.liucheng_cont ul li.fuwu_li_end .fuwu_left img {
    width: 90%;
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
/**weixiu_wrap:start**/
#weixiu_wrap {
    width: 100%;
    margin: 20px auto;
    min-height: 400px;
    background: #efefef;
}
.weixiu_wrap {
    padding-top: 50px;
    width: 1340px;
    margin: 0px auto;
    margin-bottom: 60px;
    text-align: center;
    padding-bottom: 20px;
}
.weixiu_title {}
.weixiu_title h2 {
    margin-bottom: 0%;
}
#in-form-line {
    margin: 0 auto;
    width: 840px;
    background: unset;
}
.tit-blue2,
.in-tit-line {
    position: relative;
}
.weixiu_title>h2 {
    line-height: normal;
    font-weight: 700;
    color: #4d4d4d;
    font-size: 34px;
    /* font-size: 2.6rem; */
    /* background: url(../images/module-full-screen-title-bg.png) no-repeat bottom center; */
}
.weixiu_cont {
    margin: 20px auto;
    min-height: 400px;
    background: none;
    text-align: left;
}
.in-form-col {
    margin: 25px auto;
}
.in-form-col label {
    width: 27%;
    margin: 0 3%;
}
.in-form-col .input-w100 {
    width: 100%;
    height: 55px;
}
.in-form-col .w100 {
    width: 100%;
    height: 55px;
}
.in-form-col span {
    font-size: 18px;
    line-height: 36px;
}
.in-form-col .w100 {
    font-size: 14px;
    color: #666;
}
.in-form-col .w100,
.in-form-col .input-w100 {
    margin: 0 auto;
}
.w100,
.input-w100 {
    padding: 10px 8px;
    border-radius: 7px;
    border: 1px solid #666;
}
.text-center {
    text-align: center;
}
.in-form button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem 3.75rem;
    font-size: 26px;
    line-height: 1.5;
    border-radius: .25rem;
    background: #0a5aea ;
    color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.in-form-col .input-w100 {
    width: 100%;
    /*height: 30px;*/
}
.in-form-col .w100,
.in-form-col .input-w100 {
    margin: 0 auto;
}
.w100,
.input-w100 {
    padding: 9px 8px;
    border-radius: 7px;
    border: 1px solid #666;
}
.in-form-col b {
    font-weight: normal;
    color: red;
}
#in-form {
    background: none;
    text-align: left;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin: 0 23px;
}
/**jiance_wrap:start**/
#jiance_wrap {
    width: 100%;
    margin: 0px auto;
}
.jiance_wrap {
    width: 1340px;
    margin: 0 auto;
    /*  letter-spacing: -8px; */
    overflow: hidden;
    padding-bottom: 3%;
}
.modul-in-test .modul-test-l,
.modul-in-test .modul-test-r {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}
.modul-test-l {
    width: 55%;
    margin-right: 5%;
    float: left;
    padding-top: 5%;
}
.modul-in-test {
    letter-spacing: -8px;
}
.modul-in-test .modul-test-l,
.modul-in-test .modul-test-r {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}
.modul-test-r {
    width: 40%;
    text-align: right;
    float: right;
}
.modul-test-l h3 {
    font-size: 24px;
    color: #171717;
}
.modul-test-l h3 b {
    color: #ff0000;
}
.modul-in-test .modul-test-l p {
    font-size: 16px;
    color: #171717;
}
.modul-in-test li a {
    display: block;
    width: 100%;
}
.modul-test-l span {
    display: inline-block;
    font-size: 16px;
}
.modul-test-l span:nth-child(1) {
    width: 25%;
}
.modul-test-l span:nth-child(2) {
    width: 50%;
}
.modul-test-l span:nth-child(3) {
    width: 25%;
}
#box {
    height: 320px;
    margin: 10px auto;
    border: 2px solid #dddddd;
    overflow-y: hidden;
}

.modul-box ul li {
   
    line-height: 24px;   
    padding: 10px 0;
    padding-left: 10px;
}
.page-width-data {
    font-size: 18px;
    padding-top: 0px;
    width: 63%;
    margin: 0 auto;
}
.modul-data {
    text-align: center;
    color: #FFFFFF;
    height: 215px;
    background: url(../images/modul_databg.png);
    background-size: cover;
    margin-bottom: 60px;
    text-shadow: 1px 2px 2px #333;
}
.modul-data h3 {
    font-size: 25px;
    padding-top: 35px;
}
.modul-data-con span {
    font-size: 24px;
}
.modul-data-con li h4 {
    font-size: 18px;
}
.modul-data-con li h4 b {
    font-size: 38px;
}
.modul-data-con ul {
    letter-spacing: -8px;
}
.modul-data-con li {
    letter-spacing: normal;
    width: 25%;
}
.modul-test-l p {
    font-size: 16px;
    color: #171717;
}
/**paidan_wrap:start**/
#paidan_wrap {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}
.paidan_wrap {
    text-align: center;
    color: #FFFFFF;
    height: 215px;
    background: url(../images/modul_databg.png);
    background-size: cover;
    margin-bottom: 60px;
    text-shadow: 1px 2px 2px #333;
}
.paidan_wrap h3 {
    font-size: 34px;
    padding-top: 35px;
    line-height: 50px;
    padding-bottom: 10px;
}
.page-width-data {
    font-size: 18px;
    padding-top: 0px;
    width: 63%;
    margin: 0 auto;
}
.reason-col-des3 .reason-main-des3 ul,
.main .padding-left-commom {
    padding-left: 0;
}
.modul-data-con ul {
    letter-spacing: -8px;
}
.reason-col-img,
.reason-col-des,
.reason-col-des-num ul li,
.reason-main-des2-l,
.reason-main-des2-r,
.reason-des-tit2 h4,
.reason-des-tit2 span,
.reason-col-des3 .reason-main-des3 ul li,
.reason-des-tit3 img,
.reason-des-tit3 span,
.reason-des-ul li,
.letter-spacing-com li {
    display: inline-block;
    letter-spacing: normal;
}
.modul-data-con span {
    font-size: 24px;
}
.modul-data-con li h4 {
    font-size: 18px;
    line-height: 50px;
}
.modul-data-con li h4 b {
    font-size: 38px;
}
.modul-data-con ul {
    letter-spacing: -8px;
}
.modul-data-con li {
    letter-spacing: normal;
    width: 25%;
}
/**cases_wrap:start**/
#cases_wrap {
    width: 100%;
    margin: 0px auto;
}
.cases_wrap {
    width: 70%;
    min-width: 1200px;
    margin: 0px auto;
    padding: 10px 0 0 0;
}
.module-full-screen-title {
    margin-bottom: 60px;
    text-align: center;
}
.module-full-screen-title>.module-title-content>h2 {
    line-height: normal;
    font-weight: 700;
    color: #4d4d4d;
    font-size: 34px;
    /* font-size: 2.6rem; */
    /* background: url(../images/module-full-screen-title-bg.png) no-repeat bottom center; */
}
.case-gc {
    width: 100%;
    margin-bottom: 60px;
    box-shadow: 0px 0px 10px #e8e8e8;
}
.case-gc .swiper-slide {
    padding: 30px;
}
.case-gc .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    height: 68px;
}
.case-gc .swiper-pagination-bullet {
    width: 24.85%;
    height: 68px;
    float: left;
    margin: 0 !important;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background: url(../images/in-casebg2.png) no-repeat;
    background-size: 100% 68px;
    opacity: 1;
    border-radius: 0;
    font-size: 24px;
    line-height: 60px;
}
.case-gc .swiper-pagination-bullet-active {
    color: #fff;
    background: url(../images/in-casebg.png) no-repeat;
    background-size: 100% 68px;
}
.case-gc .tab-left {
    width: 48%;
}
.case-gc .tab-right {
    width: 62%;
    padding-left: 5%;
    text-align: left;
}
.case-gc .tab-right .trgi-tit {
    font-size: 24px;
    color: #333;
    line-height: 48px;
}
.case-gc .tab-right p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    width: 92%;
}
.case-gc .tab-right .tabun a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background: #0a5aea ;
    margin-right: 20px;
    display: inline-block;
    margin-top: 30px;
}
/**cases_hot_wrap:start**/
#hot {
    margin-top: -15px;
    margin-bottom: 0;
    height: 210px
}
.group-content {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}
.hotWrap .hot {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.hotWrap .hotB {
    width: 5000px;
    height: 222px;
    position: absolute;
    top: 40px;
    left: 0;
}
.hotWrap {
    height: 320px;
    position: relative;
}
.fl {
    float: left;
}
.port-1 {
    float: left;
    width: 330px;
    height: 220px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 6px solid rgba(255, 255, 255, 0.9);
}
.port-1 {
    text-align: center;
}
.port-1 img {
    transition: 0.5s;
    vertical-align: middle;
}
.port-1.effect-2 .text-desc {
    top: auto;
    bottom: -100%;
}
.port-1 .text-desc {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    top: -100%;
    transition: 0.5s;
    color: #fff;
}
.port-1 .titmer_a {
    position: relative;
    top: -40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.7);
    height: 40px;
    line-height: 40px;
}
.titmer {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}
.titmer2 {
    width: 80%;
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding-left: 30px;
    line-height: 28px;
}
.titmer4 {
    width: 80%;
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding-left: 30px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}
.titmer3 {
    width: 80%;
    font-size: 14px;
    color: #fff;
    text-align: right;
    padding-left: 30px;
    padding-top: 12px;
    font-weight: bold;
}
.titmer3 a {
    color: #fff;
}
.port-1.effect-2:hover .text-desc {
    bottom: 0;
}
#in-case {
    padding: 10px 0 0 0;
}
.footer .col-width-5 .col-5-1 {
    width: 10%;
    margin-right: 0;
}
.footer .col-width-5 .col-5-1:first-child {
    margin-left: 5%;
}
.footer .col-width-5 .col-5-2 {
    width: 28.5%;
    margin-left: 3.5%;
}
#ph-foot {
    margin-bottom: 0;
}
/**news_wrap:start**/
#news_wrap {
    margin-top: 40px;
    background: #efefef;
}
.news_wrap {
    width: 70%;
    min-width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;
}
.news_title {
    margin-bottom: 60px;
    text-align: center;
}
.news_title>h2 {
    line-height: normal;
    font-weight: 700;
    color: #4d4d4d;
    font-size: 34px;
    /* font-size: 2.6rem; */
    /* background: url(../images/module-full-screen-title-bg.png) no-repeat bottom center; */
}
#news-tit span {
    color: #999999;
}
.nav-news {
    width: 1200px;
    box-sizing: border-box;
    /*float: left;*/
    margin-top: 25px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin: 25px auto;
}
.nav-news li.selected {
    color: #fff;
    background: #0a5aea ;
    border-radius: 40px;
    text-decoration: none;
}
.nav-news li {
    width: 140px;
    height: 42px;
    line-height: 42px;
    border-radius: 40px;
    text-align: center;
    margin: 0 8px;
    background: #999999;
    display: block;
    font-size: 24px;
    color: #fff;
    float: left;
}
.nav-news li a {
    color: #fff;
}
.nav-news li.selected a {
    color: #fff;
    background: #0a5aea ;
    border-radius: 40px;
    text-decoration: none;
}
.news_cont {
    width: 100%;
    margin: 30px auto;
    min-width: 1200px;
    overflow: hidden;
    margin-top: 30px
}
.news-pic {
    float: left;
    width: 44%;
    margin-right: 2%;
}
.news-pic a img {
    width: 100%;
    height:auto;
}
.pic-con {
    padding: 0px 30px 30px 20px;
    background-color: #eee;
    box-sizing: border-box;
}
.pic-data {
    float: left;
    color: #333333;
    font-size: 16px;
    width: 90px;
    text-align: center;
    margin-right: 10px;
    position: relative;
}
.pic-info {
    overflow: hidden;
    color: #F2F2F2;
    padding-top: 16px;
}
.pic-data b {
    display: block;
    font-size: 54px;
    font-weight: normal;
}
.pic-data span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 85%;
}
.pic-info h3 {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    height: 50px;
    line-height: 30px;
    font-weight: normal;
}
.pic-info h3 a {
    color: #555;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-show ul {
    float: right;
    width: 53%;
    margin-top: 8px;
}
.news-show ul li {
    float: left;
    width: 100%;
}
.news-show ul li .news-tit {
    font-size: 18px;
    overflow: hidden;
    line-height: 20px;
    padding: 10px 0 14px;
    border-bottom: 1px solid #fff;
    margin-bottom: 3px;
}
.news-show ul li .news-tit a {
    float: left;
    color: #444;
    width: 84%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-show ul li .news-tit span {
    float: right;
    color: #666;
    font-size: 14px;
}
.news-show ul li .news-tit a:hover {
    color: #0a5aea ;
}
.pic-info {
    color: #333;
}
.pic-info h3 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 28px;
    height: auto;
}
.pic-info p {}
/**kehu_wrap:start**/
#kehu_wrap {
    margin-top: 40px;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 35px;
}
.kehu_wrap {
    width: 70%;
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.module-full-screen-title {
    margin-bottom: 60px;
    text-align: center;
}
.customer .swiper-button-prev,
.customer .swiper-container-rtl .swiper-button-next {
    background: url(../images/arrowbg.png) no-repeat;
    background-position: 0 -238px;
}
.customer .swiper-button-next,
.customer .swiper-container-rtl .swiper-button-prev {
    background: url(../images/arrowbg.png) no-repeat;
}
.customer .swiper-button-next,
.customer .swiper-button-prev {
    width: 62px;
    height: 62px;
}
.customer .swiper-button-prev:after,
.customer .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
.customer .swiper-button-next:after,
.customer .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}
.customer .swiper-button-next,
.customer .swiper-button-prev {
    top: 42%;
}
/**link_wrap:start**/
.link_wrap {
    margin: 0px auto;
    width: 70%;
    overflow: hidden;
    padding-bottom: 20px;
    color: #999;
    padding-top: 36px;
}
.link_wrap .link_left {
    float: left;
    width: 8%;
}
.link_wrap .link_right {
    float: left;
    width: 90%;
}
.link_wrap .link_right ul {
    overflow: hidden;
}
.link_wrap .link_right ul li {
    float: left;
    margin-right: 1.5%;
}
.link_wrap .link_right ul li a {
    color: #999;
}
/**foot-wrap:start**/
#foot_wrap {
    overflow: hidden;
    background-color: #303030;
    color: #ccc;
    font-size: 13px;
    font-size: 1.3rem;
    clear: both;
    margin-top: 1rem;
}
.qhd-content .column,
.qhd-module .column {
    width: 100%;
}
.footer .col-width-5 .col-5-1:first-child {
    margin-left: 5%;
}
.footer .col-width-5 .col-5-1 {
    width: 10%;
    margin-right: 0;
}
.qhd-content .column .col-2-1,
.qhd-content .column .col-3-1,
.qhd-content .column .col-4-1,
.qhd-content .column .col-4-2,
.qhd-content .column .col-5-1,
.qhd-content .column .col-3-2,
.qhd-content .column .col-4-3,
.qhd-content .column .col-5-2,
.qhd-content .column .col-5-3,
.qhd-content .column .col-5-4,
.qhd-module .column .col-2-1,
.qhd-module .column .col-3-1,
.qhd-module .column .col-4-1,
.qhd-module .column .col-4-2,
.qhd-module .column .col-5-1,
.qhd-module .column .col-3-2,
.qhd-module .column .col-4-3,
.qhd-module .column .col-5-2,
.qhd-module .column .col-5-3,
.qhd-module .column .col-5-4 {
    float: left;
    min-height: 1px;
    height: auto !important;
    _height: 1px;
}
.module-default {
    margin: 0;
    padding: 0;
}
.footer {
    overflow: hidden;
    background-color: #303030;
    color: #ccc;
    font-size: 13px;
    font-size: 1.3rem;
    min-width: 1200px;
    margin: 0px auto;
}
.footer a {
    color: #d5d5d5 !important;
}
.footer a:hover {
    color: #ccc !important;
}
.footer .module-title-default {
    margin-bottom: 15px;
}
.footer .module-title-default>.module-title-content h3 {
    color: #fff;
    font-family: 'SourceHanSerifCN-Light';
}
.footer .module-more-default a {
    font-size: 12px;
}
.footer .module-divider {
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #4d4d4d;
}
.footer .module-title-border {
    border-color: #666;
}
.footer .module-title-border>.module-title-content h3 {
    color: #fff;
}
.footer-main .page-width {
    padding-top: 35px;
    padding-bottom: 25px;
}
.module-title-default {
    margin-bottom: 10px;
    overflow: hidden;
}
.module-title-default>.module-title-content {
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer .module-title-default>.module-title-content h3 {
    color: #fff;
    font-family: 'SourceHanSerifCN-Light';
}
.module-title-default>.module-title-content h3 {
    display: block;
    float: left;
    _display: inline;
    line-height: 20px;
    font-size: 16px;
}
.link-block li {
    padding: 4px 0;
    line-height: 1.5;
    font-size: 0.8rem;
}
.link-block-sign a {
    display: block;
    background: url(../images/icon-dot.gif) no-repeat 0 8px;
    padding-left: 10px;
}
.col-5-2 .foot-phone {
    font-size: 36px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: "DINCond-Black";
}
.qhd-content-diy p {
    font-size: 0.8rem;
}
/**copyright_wrap:start**/
#copyright_wrap {
    overflow: hidden;
    background: #303030;
    color: #ccc;
    font-size: 13px;
    font-size: 1.3rem;
    border-top: 1px solid #ccc;
}
.copyright_wrap {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 70%;
    min-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.copyright_wrap {
    font-size: 1rem;
}
.copyright_wrap p a {
    color: #b3b3b3 !important;
    display: inline-block;
}
/**gotop:start**/
.gotop-wrapper {
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 1001;
    /*   background-color: rgba(0, 0, 0, 0.3);
    background-color: #969696\9; */
}
.gotop-wrapper:hover {
    /*  background-color: rgba(0, 0, 0, 0.6);
    background-color: #6d6d6d\9; */
}
.gotop-wrapper a {
    display: none;
    _display: none !important;
    width: 55px;
    height: 55px;
    overflow: hidden;
    background: url(../images/icon-gotop-fixed.png) no-repeat center;
    background-size: cover;
}
/*about_five:start*/
#banner_neiye_wrap {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}
#banner_neiye_wrap a {
    display: block;
}
#banner_neiye_wrap a img {
    width: 100%;
    height: auto;
}
#neiye_wrap {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}
.full-page-title {
    /*width: 1200px;*/
    width: 70%;
    min-width: 1200px;
    margin: 0 auto;
    text-align: left;
    border-bottom: 1px solid #666666;
}
.full-page-title-wrap {
    position: relative;
    margin: 10px 0 25px;
    text-align: center;
}
.full-page-title-wrap h3 {
    line-height: normal;
    font-weight: normal;
    font-family: Arial;
    color: #999;
    font-size: 20px;
    font-size: 2rem;
}
.full-page-title-wrap .full-page-title h2 {
    margin-bottom: 15px;
    padding-bottom: 35px;
    line-height: normal;
    font-weight: normal;
    color: #4d4d4d;
    font-size: 26px;
    font-size: 2.6rem;
}
.full-page-title-wrap .full-page-title span {
    display: block;
    line-height: 30px;
}
.full-page-title-wrap .full-page-title i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    top: -5px;
    width: 110px;
    height: 1px;
    overflow: hidden;
    background-color: #ccc;
    display: none;
}
.full-page-menu-content ul {
    padding: 0;
    font-size: 0;
    text-align: center;
}
.full-page-menu-content ul li {
    border-bottom: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-image: none;
    margin: 0 5px 5px;
}
.full-page-menu-content ul li:first-child {
    margin-left: 0;
}
.full-page-menu-content ul li:last-child {
    margin-right: 0;
}
.full-page-menu-content ul li:last-child a {
    width: 604px;
}
.case-main .ne-width ul li:last-child a {
    /*	width: 588px;*/
}
.full-page-menu-content ul li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 42px;
    padding: 0 30px;
    background-color: #d7d7d7;
    font-size: 16px;
    color: #333;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.full-page-menu-content ul li a:hover {
    background: #0a5aea ;
    color: #fff;
}
.full-page-menu-content ul li.current a {
    background: #0a5aea ;
    color: #fff;
}
.qhd-content table.slimtable {
    width: 100% !important;
}
.ne-width {
    float: left;
}
.ne-about-tit h3 {
    color: #0a5aea ;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
}
.ne-about-tit span {
    font-size: 22px;
    line-height: 1.2;
}
.ne-about-tit span,
.ne-about-main p {
    color: #666666;
}
.ne-about-main ul li span {
    color: #0a5aea ;
    font-weight: 600;
    font-size: 16px;
}
.ne-about-main p {
    font-size: 16px;
    letter-spacing: 0.5px;
}
.ne-about-main ul {
    text-align: center;
}
.ne-about-main ul li {
    width: 33%;
    display: inline-block;
}
.ne-about-tit span,
.ne-about-tit .about-tit-line {
    display: inline-block;
    vertical-align: middle;
}
.about-tit-line {
    /*width: 100%;*/
    border-top: 1px solid #0a5aea ;
    height: 1px;
}
.page-width {
    width: 70%;
    min-width: 1200px;
    margin: 0 auto;
}
.full-page-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 85px;
}
.full-page-content-wrapper {
    min-height: 150px;
    height: auto !important;
    _height: 150px;
}
.full-screen {
    width: 100%;
    overflow: hidden;
}
.col-about-1,
.col-about-2,
.col-about-3,
.col-about-4,
.col-about-5 {
    margin-bottom: 30px;
}
.ne-about-tit h3 {
    color: #0a5aea ;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
}
.ne-about-tit span,
.ne-about-tit .about-tit-line {
    display: inline-block;
    vertical-align: middle;
}
.ne-about-tit span,
.ne-about-main p {
    color: #666666;
}
.ne-about-tit span {
    font-size: 22px;
    line-height: 1.2;
}
.ne-about-tit span,
.ne-about-tit .about-tit-line {
    display: inline-block;
    vertical-align: middle;
}
.line-width9 {
    /* width: 979px; */
    width: 100%;
}
.about-tit-line {
    /* width: 100%; */
    border-top: 1px solid #0a5aea ;
    height: 1px;
}
.csr_wrap {
    font-size: 18px;
    font-family: 微软雅黑;
}
.ne-about.ne-core {
    padding-top: 20px;
}
/*about_four:start*/
.ne-core-span .tr-tline {
    width: 70px;
    border-bottom: 3px solid #FFFFFF;
    height: 3px;
    padding-top: 5px;
    margin: 0 auto;
}
.ne-core-span {
    background: #0a5aea ;
    color: #FFFFFF;
    text-align: center;
}
.ne-core-span .core-span-tit {
    font-size: 34px;
    font-weight: 600;
    padding-top: 20px;
}
.ne-core-span span {
    font-size: 30px
}
.ne-core-span p {
    font-size: 16px;
    padding-bottom: 20px;
}
.core-honor .core-honor-l ul {
    padding: 0;
}
.core-honor .core-honor-l ul li {
    background: #0a5aea ;
    color: #FFFFFF;
    text-align: center;
    margin: 14.5px 0;
}
.core-honor .core-honor-l ul li span {
    display: inline-block;
    width: 33%;
    line-height: 3;
    font-size: 22px;
}
.core-honor .core-honor-l ul li:first-child {
    margin-top: 0;
}
.core-honor .core-honor-l ul li:last-child {
    margin-bottom: 0;
}
/*.core-honor .core-honor-l , .core-honor .core-honor-r{	display: inline-block;}*/
.clear2 {
    clear: both;
}
.core-honor .core-honor-l {
    width: 74%;
}
.core-honor {
    overflow: hidden;
    margin-bottom: 30px;
}
.ne-core .col-core-3 {
    display: block;
    width: 1150px;
    height: 188px;
    background: url(../images/core-des.png) no-repeat center;
    position: relative;
    margin-bottom: 70px;
    margin-left: 25px;
    padding-top: 30px;
    margin: 0 auto 70px;
}
.col-core-3 .core-3-des {
    position: absolute;
    width: 70%;
    right: 31px;
    color: #ffffff;
    top: 21px;
    font-size: 15px;
}
.core-honor .core-honor-li {
    background: #dbecfc;
    text-align: center;
    min-height: 610px;
}
.core-honor .core-honor-li ul {
    padding: 65px 0;
}
.core-honor .core-honor-li li {
    /*display: inline-block;*/
    width: 33%;
    display: block;
    float: left;
}
.core-honor .core-honor-li li span {
    display: block;
    font-size: 23px;
    font-weight: 600;
    color: #333333;
    padding-top: 35px;
}
.core-honor .core-honor-li li p {
    font-size: 16px;
    color: #666666;
    display: block;
    width: 66%;
    margin-left: 17%;
}
#core-des1 {
    top: 50px;
}
#core-des2,
#core-des3 {
    top: 30px;
}
#core-des4 {
    top: 13px;
}
#core-des4 p {
    line-height: 1.4;
}
.core-honor .core-honor-img {
    position: relative;
}
.core-honor-img span {
    position: absolute;
    top: 640px;
    left: 0;
    right: 0;
    font-size: 64px;
    font-weight: 600;
    color: #333333;
}
.core-honor .core-honor-img,
.core-honor .core-honor-img2 {
    text-align: center;
}
.core-honor .core-honor-img2 .last {
    margin-top: 40px;
}
.qhd-content img {
    vertical-align: middle;
    max-width: 100%;
    _max-width: none;
    height: auto !important;
}
.float-left {
    float: left;
    display: inline;
}
.float-right {
    float: right;
    display: inline;
}
.contact-form {
    padding-top: 2rem;
    text-align: center;
}
.contact-form .contact-form-tit h4 {
    color: #0a5aea ;
    font-size: 34px;
}
.contact-form .contact-form-tit span {
    color: #333333;
    font-size: 16px;
}
/*about_three:start*/
/* page:start */
.pagination {
    margin: 30px 0 20px;
    clear: both;
    font-size: 13px;
}
.pagination span,
.pagination a {
    display: inline-block;
    padding: 1px 13px;
    height: 34px;
    line-height: 34px;
    margin: 0 1px;
    *zoom: 1;
    color: #333;
}
.pagination a:hover {
    background: #e5e5e5;
    color: #333;
    text-decoration: none;
}
.pagination a:active {
    color: #808080;
}
.pagination .disabled {
    cursor: default;
    color: #ccc;
}
.pagination .current {
    background: #01adee;
    color: #fff;
}
.pagination-default {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.pagination-left {
    text-align: left;
}
.breadcrumbs {
    font-size: 14px;
    color: #666666;
}
.breadcrumbs a {
    color: #666666;
}
.breadcrumbs a:hover {
    color: #666;
    text-decoration: none;
}
.breadcrumbs i {
    font-style: normal;
    margin: 0 3px;
}
.breadcrumbs strong {
    font-weight: normal;
    color: #333;
}
.m-page {
    text-align: right;
    font-size: 0;
    height: 38px;
    line-height: 38px;
    padding-right: 10px;
}
.m-page li {
    display: inline
}
.m-page a,
.m-page i {
    display: inline-block;
    font-size: 1rem;
    background-color: #fff;
    /*  padding: 0px 13px; */
    height: 36px;
    overflow: hidden;
    text-align: center;
    border: 0px #ddd solid;
    color: #666;
    font-family: Arial;
    margin-left: 5px;
    vertical-align: top;
}
.m-page a.next,
.m-page a.prev {
    font-family: 宋体;
    font-size: 16px;
    font-weight: 700;
}
.m-page a:hover,
.m-page li.thisclass a {
    background-color: #0a5aea ;
    color: #fff;
}
.m-page span {
    font-size: 1rem;
    padding-right: 10px;
}
.m-page ul li.active a{
    color:#0a5aea ;
}

.m-page ul li.active:hover a{
    color:#fff;
}

.ne-about-tit span,
.ne-about-tit .about-tit-line {
    display: inline-block;
    vertical-align: middle;
}
.line-width8 {
    /* width: 893px; */
    width: 100%;
}
.about-tit-line {
    /* width: 100%; */
    border-top: 1px solid #0a5aea ;
    height: 1px;
}
.ne-brand-main ul {
    letter-spacing: -8px;
}
.qhd-content ul,
.qhd-content ol {
    line-height: 1.8;
}
.qhd-content ul {
    list-style-type: disc;
}
.qhd-content ul,
.qhd-content ol {
    margin: 0 0 15px 0;
    padding-left: 1.5em;
    line-height: 180%;
    _margin-left: 5px;
}
.qhd-content ul {
    list-style-type: disc;
}
.reason-col-des3 .reason-main-des3 ul,
.main .padding-left-commom {
    padding-left: 0;
}
#nbrand-span li {
    margin-top: 25px;
    margin-bottom: 20px;
}
.ne-brand-main ul li {
    float: left;
    width: 31%;
    list-style: none;
    text-align: center;
    margin-right: 2%;
    min-height: 280px;
    vertical-align: middle;
}
.qhd-content ul li,
.qhd-content ol li {
    /* padding-top: 2px; */
    padding-bottom: 2px;
}
.reason-col-img,
.reason-col-des,
.reason-col-des-num ul li,
.reason-main-des2-l,
.reason-main-des2-r,
.reason-des-tit2 h4,
.reason-des-tit2 span,
.reason-col-des3 .reason-main-des3 ul li,
.reason-des-tit3 img,
.reason-des-tit3 span,
.reason-des-ul li,
.letter-spacing-com li {
    display: inline-block;
    letter-spacing: normal;
}
.ne-brand-main ul li img {
    width: 100%;
}
.qhd-content img {
    vertical-align: middle;
    max-width: 100%;
    _max-width: none;
    height: auto !important;
}
#nbrand-span span {
    font-size: 18px;
    line-height: 3rem;
}
.ne-brand-main ul li span {
    text-align: center;
    font-size: 24px;
    color: #0a5aea ;
    font-weight: 600;
}
/*about_two:start*/
.col-about-6 {
    margin: 30px 0;
}
.ne-about-tit {
    margin: 5px 0;
}
.ne-about-tit h3 {
    color: #0a5aea ;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
}
.ne-about-tit span,
.ne-about-tit .about-tit-line {
    display: inline-block;
    vertical-align: middle;
}
.ne-about-tit span,
.ne-about-main p {
    color: #666666;
}
.ne-about-tit span {
    font-size: 22px;
    line-height: 1.2;
}
.ne-about-tit span,
.ne-about-tit .about-tit-line {
    display: inline-block;
    vertical-align: middle;
}
.line-width6 {
    /* width: 941px; */
    width: 100%;
}
.about-tit-line {
    /* width: 100%; */
    border-top: 1px solid #0a5aea ;
    height: 1px;
}
.brand-con {
    margin: 20px 0;
    min-height: 128px;
}
.brand-con span {
    float: left;
    background: url(../images/logo-l.jpg) center;
    background-size: 100%;
    width: 993px;
    height: 128px;
    font-size: 14px;
    color: #333;
}
.brand-con .brand-ico {
    background: url(../images/logo-r.jpg);
    display: block;
    width: 207px;
    height: 128px;
    float: left;
}
.brand-con p {
    margin-left: 5px;
    margin-top: 10px;
    /*vertical-align: middle;	display: inline;*/
}
.col-brand-3 {
    margin-top: 30px;
}
.ne-brand-main ul {
    letter-spacing: -8px;
    padding-left: 0px;
}
.ne-brand-main ul li {
    float: left;
    width: 32%;
    list-style: none;
    text-align: center;
    margin-right: 2%;
    min-height: 280px;
    vertical-align: middle;
}
.ne-brand-main ul li img {
    width: 100%;
}
.ne-brand-main ul li:nth-child(3n) {
    margin-right: 0;
}
.ne-brand-main ul li span {
    text-align: center;
    font-size: 24px;
    color: #0a5aea ;
    font-weight: 600;
    line-height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
    display: block;
}
#nbrand-span li {
    margin-top: 25px;
    margin-bottom: 20px;
}
#nbrand-span span {
    font-size: 18px;
}
.ne-about-tit span,
.ne-about-tit .about-tit-line {
    display: inline-block;
    vertical-align: middle;
}
.line-width7 {
    /* width: 1014px; */
    width: 100%;
}
.about-tit-line {
    /* width: 100%; */
    border-top: 1px solid #0a5aea ;
    height: 1px;
}
.reason-col-des3 .reason-main-des3 ul,
.main .padding-left-commom {
    padding-left: 0;
}
/*about_one:start*/
.ne-about-tit span,
.ne-about-tit .about-tit-line {
    display: inline-block;
    vertical-align: middle;
}
.line-width1 {
    /* width: 890px; */
    width: 100%;
}
.about-tit-line {
    /* width: 100%; */
    border-top: 1px solid #0a5aea ;
    height: 1px;
}
.about-nav-1 {
    margin: 0px auto;
    margin-top: 35px;
    margin-bottom: 60px;
}
.about-nav-1 img {
    width: 100%;
    height: auto;
}
.about-nav-2 {
    margin: 0px auto;
    margin-top: 35px;
    margin-bottom: 60px;
}
.about-nav-2 img {
    width: 100%;
    height: auto;
}
.about-img-1-wrap {
    overflow: hidden;
}
.about-img-1-top {
    overflow: hidden;
    margin-bottom: 30px;
}
.about-img-1-top-left {
    float: left;
    width: 46.5%;
}
.about-img-1-top-left h2 {
    color: #0a5aea ;
    line-height: 45px;
    margin: 0px;
    font-size: 32px;
    font-weight: bold;
}
.about-img-1-top-left h3 {
    color: #838282;
    font-weight: normal;
    line-height: 30px;
    margin: 0px;
    margin-bottom: 6px;
    font-size: 16px;
}
.about-img-1-top-left h4 {
    width: 9%;
    height: 2px;
    border: 1px solid #ddd;
    margin: 0px;
    margin-bottom: 10px;
}
.about-img-1-top-left p {
    color: #585858;
    font-size: 16px;
    line-height: 32px;
}
.about-img-1-top-right {
    float: right;
    width: 46.5%;
    padding-top: 2%;
}
.about-img-1-top-right img {
    width: 100%;
    height: auto;
}
.about-img-1-bottom {
    overflow: hidden;
    margin-top: 10px;
}
.about-img-1-bottom-left {
    float: left;
    width: 46.5%;
}
.about-img-1-bottom-left img {
    width: 100%;
    height: auto;
}
.about-img-1-bottom-right {
    float: right;
    width: 46.5%;
    padding-top: 10.5%;
}
.about-img-1-bottom-right p {
    color: #585858;
    font-size: 16px;
    line-height: 32px;
}
.about-img-2-wrap {
    overflow: hidden;
}
.about-img-2-one {
    overflow: hidden;
    margin-bottom: 45px;
}
.about-img-2-one-left {
    float: left;
    width: 46.5%;
}
.about-img-2-one-left h2 {
    color: #0a5aea ;
    line-height: 45px;
    margin: 0px;
    font-size: 32px;
    font-weight: bold;
}
.about-img-2-one-left h3 {
    color: #838282;
    font-weight: normal;
    line-height: 30px;
    margin: 0px;
    margin-bottom: 6px;
    font-size: 16px;
}
.about-img-2-one-left p {
    color: #585858;
    font-size: 16px;
    line-height: 32px;
}
.about-img-2-one-right {
    float: right;
    width: 46.5%;
}
.about-img-2-one-right img {
    width: 100%;
    height: auto;
}
.about-img-2-two {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 45px;
}
.about-img-2-two-left {
    float: left;
    width: 46.5%;
}
.about-img-2-two-left img {
    width: 100%;
    height: auto;
}
.about-img-2-two-right {
    float: right;
    width: 46.5%;
}
.about-img-2-two-right h2 {
    color: #0a5aea ;
    line-height: 45px;
    margin: 0px;
    font-size: 32px;
    font-weight: bold;
}
.about-img-2-two-right h3 {
    color: #838282;
    font-weight: normal;
    line-height: 30px;
    margin: 0px;
    margin-bottom: 6px;
    font-size: 16px;
}
.about-img-2-two-right p {
    color: #585858;
    font-size: 16px;
    line-height: 32px;
}
.about-diy-1 {
    padding-top: 4%;
}
.about-diy-2 {}
.about-diy-3 {
    padding-top: 6%;
}
.about-diy-4 {
    padding-top: 4%;
}
.about-diy-5 {
    padding-top: 4%;
}
.about-diy-6 {
    padding-top: 4%;
}
.about-diy-7 {
    padding-top: 4%;
}
.about-diy-8 {
    padding-top: 10%;
}
.about-diy-8 h3 {
    color: #616161 !important;
    font-weight: bold;
    font-size: 24px;
}
.about-diy-8 p {
    color: #131313 !important;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 4px;
    font-size: 24px;
}
.about-diy-9 {
    padding-top: 6%;
}
.about-diy-9 h2 {
    padding-left: 8px;
}
.about-diy-9 h3 {
    color: #616161 !important;
    font-weight: bold;
    font-size: 24px;
    padding-left: 8px;
}
.about-diy-9 p {
    color: #131313 !important;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 4px;
    font-size: 20px;
}
.col-about-1 {
    margin-top: 30px;
}
/**goods_list: start**/
#goods_type_wrap {
    width: 100%;
    margin: 0px auto;
    position: relative;
}
.top-pro-cate {
    text-align: center;
    border-radius: 20px;
    position: absolute;
    bottom: -145px;
    left: 0;
    right: 0;
}
.top-pro-cate ul {
    letter-spacing: -8px;
}
.top-pro-cate li {
    display: inline-block;
    width: 25%;
    height: 218px;
    background: #0a5aea ;
    color: #FFFFFF;
    letter-spacing: normal;
}
.top-pro-cate li:hover {
    box-shadow: 5px 2px 39px -5px #666, -5px 7px 5px -5px #666;
    transform: scale(1.01);
}
.top-pro-cate li img {
    padding-top: 56px;
}
.top-pro-cate h3 {
    font-size: 16px;
    font-weight: 600;
}
#top-pro-margin {
    margin-top: 160px;
}
.page-title-inner {
    background: none;
    border-bottom: 1px solid #666666;
    padding: 0;
    margin-bottom: 30px;
}
.page-title-inner .breadcrumbs {}
.page-title .breadcrumbs {
    line-height: 44px;
}
.breadcrumbs {
    font-size: 14px;
    color: #666666;
}
.breadcrumbs {
    font-size: 14px;
    color: #666666;
}
.breadcrumbs a {
    color: #666666;
}
.breadcrumbs a:hover {
    color: #666;
    text-decoration: none;
}
.breadcrumbs i {
    font-style: normal;
    margin: 0 3px;
}
.breadcrumbs strong {
    font-weight: normal;
    color: #333;
}
.pro-list-tit {
    text-align: center;
    color: #0a5aea ;
    margin-bottom: 30px;
}
.pro-list-tit h3 {
    font-size: 34px;
    font-weight: 600;
}
.pro-list-tit span {
    font-size: 16px;
}
.pro-list-tit {
    text-align: center;
    color: #0a5aea ;
    margin-bottom: 30px;
}
.portfolio-list {
    min-height: 20px;
}
.column {
    width: 100%;
}
.column .col-3-1 {
    width: 23.5%;
    margin-right: 2%;
}
.column .col-2-1,
.column .col-3-1,
.column .col-4-1,
.column .col-4-2,
.column .col-5-1,
.column .col-3-2,
.column .col-4-3,
.column .col-5-2,
.column .col-5-3,
.column .col-5-4 {
    float: left;
    min-height: 1px;
    height: auto !important;
    _height: 1px;
}
.product-list li {
    margin-bottom: 20px;
    text-align: center;
}
.portfolio-list li {
    margin-bottom: 25px;
}
.product-item {
    position: relative;
}
.product-item .portfolio-img {
    background-color: #e2e3fe;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    padding: 20%;
    border-radius: 10px;
    /* box-shadow: 3px 3px 10px #666666; */
}
.portfolio-img {
    margin-bottom: 10px;
    overflow: hidden;
}
.portfolio-img a,
.portfolio-img img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-img a {
    position: relative;
}
.portfolio-img .portfolio-img-tit {
    color: #FFFFFF;
    margin-top: 20px;
    background: #0a5aea ;
}
.m-page-goods {
    padding-bottom: 30px;
    margin-bottom:2%;
}
/**goods_details: start**/
.sidebar {
    width: 258px;
    padding: 0px 0 65px;
    margin-right: 3%;
}
.float-left {
    float: left;
    display: inline;
}
.module {
    margin-bottom: 25px;
}
.module-hlbg>.module-inner,
.module-hlbg>.last-pro,
.module-hlbg>.left-sub {
    background-color: #fff;
    box-shadow: 0px 5px 5px #999;
}
.module-hlbg-title {
    /*padding-left: 15px;*/
    background: #0a5aea ;
}
.module-hlbg-title h3,
.last-pro h3 {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
}
.module-hlbg-icon {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left center;
}
.module-hlbg-content {
    /*padding: 0 45px;*/
}
.module-hlbg-more {
    text-align: right;
    padding: 0 15px 15px;
}
.module-hlbg-more a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 20px;
    line-height: 20px;
    padding: 1px 8px;
    background-color: #9e9e9e;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.module-hlbg-more a:hover {
    background-color: #01aef2;
    color: #fff;
    text-decoration: none;
}
.module-hlbg>.module-divider {
    margin-bottom: 10px;
    margin-top: 10px;
}
.module-title-border {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px;
}
.module-title-border>.module-title-content {
    float: left;
    display: inline;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: -1px;
    border-bottom: 1px solid #01aef2;
}
.module-title-border>.module-title-content h3 {
    float: left;
    font-size: 16px;
    line-height: normal;
}
.module-title-border>.module-title-content span {
    margin-left: 5px;
    float: left;
    line-height: 22px;
    color: #999;
    font-size: 14px;
}
.module-title-border>.module-title-content span strong {
    font-weight: normal;
    margin-left: 5px;
    color: #999;
    font-family: Arial, sans-serif;
}
.module-title-border>.module-more-default {
    margin-top: 5px;
}
.module-title-hl {
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}
.module-title-hl .module-title-content h3 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: normal;
    color: #ee330a;
    line-height: normal;
}
.module-title-hl>.module-title-content span {
    position: relative;
    top: 13px;
}
.module-title-hl>.module-more-default {
    margin-top: 10px;
}
.category {}
.category ul {}
.category ul li {
    position: relative;
    line-height: 59px;
    border-bottom: 1px dashed #666;
}
.category ul li:last-child {
    border-bottom: none;
}
.category ul li a {
    display: block;
    line-height: 59px;
    color: #666666;
    font-size: 24px;
    padding-left: 45px;
}
.category ul li i {
    display: block;
    width: 27px;
    height: 27px;
    overflow: hidden;
    position: absolute;
    top: 17px;
    right: 20px;
    _right: 15px;
    background: url(../images/arrow_r.png) no-repeat 0 0;
}
.category ul li a:hover {
    text-decoration: none;
    color: #0a5aea ;
}
.category ul li:hover i {
    background-image: url(../images/arrow_r1.png);
}
.category ul ul {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    display: none;
}
.category ul ul li.last {
    border-bottom: none;
}
.category ul li ul li {
    border-bottom: none;
}
.category ul li ul li a {
    color: #4d4d4d;
    padding-left: 10px;
    background: url(../images/page-menu-sub.gif) no-repeat left center;
}
.category ul li ul li a:hover {
    color: #01adee;
    background: url(../images/page-menu-sub-c.gif) no-repeat left center;
}
.category ul ul li a {
    background-image: none;
    padding: 0;
    line-height: 32px;
    background-colot: #f2f2f2;
    font-size: 13px;
}
.category ul li.current a {
    color: #0a5aea ;
}
.category ul li.current i {
    background-image: url(../images/arrow_r1.png);
}
.category ul li.current ul {
    display: block;
    margin-top: 0;
}
.category ul li.current ul li {
    border-bottom: none;
}
.category ul li.current ul li a {
    color: #4d4d4d;
}
.category ul li.current ul li a:hover {
    color: #01adee;
}
.category ul li.current ul li.current>a {
    color: #01adee;
    background: url(../images/page-menu-sub-c.gif) no-repeat left center;
}
.module-hlbg .last-pro,
.module-hlbg .left-sub {
    margin-top: 30px;
}
.module-hlbg>.module-inner,
.module-hlbg>.last-pro,
.module-hlbg>.left-sub {
    background-color: #fff;
    box-shadow: 0px 5px 5px #999;
}
.last-pro .last-pro-tit,
.module-hlbg .left-cont {
    background: #0a5aea ;
}
.module-hlbg-title h3,
.last-pro h3 {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
}
.last-pro .last-pro-img {
    text-align: center;
    padding: 40px;
}
.last-pro .last-pro-img {
    text-align: center;
    padding: 40px;
}
.module-hlbg {}
.module-hlbg>.module-inner,
.module-hlbg>.last-pro,
.module-hlbg>.left-sub {
    background-color: #fff;
    box-shadow: 0px 5px 5px #999;
}
.module-hlbg .last-pro,
.module-hlbg .left-sub {
    margin-top: 30px;
}
.left-sub .left-sub-tit {
    background: url(../images/left_coico.png) no-repeat center;
}
.left-sub .left-sub-tit {
    padding-left: 8%;
}
.left-sub .left-sub-form,
.left-sub-btn span {
    font-size: 20px;
}
.left-sub .left-sub-form form {
    padding: 5px 8px;
}
.left-sub-form input,
.left-sub-form select,
.left-sub-form .left-sub-btn {
    display: block;
    width: 100%;
}
.left-sub-form input,
.left-sub-form select {
    padding: 5px 10px;
    margin: 8px 0;
    border-radius: 5px;
    border: 1px solid #666666;
}
.left-sub-form select {
    font-size: 14px;
    color: #666;  
    line-height: 30px;
    padding: 7px 7px;
}
.module-hlbg .left-cont {
    color: #FFFFFF;
    margin-top: 30px;
    text-align: center;
    min-height: 130px;
}
.left-cont .left-cont-t {
    padding-top: 20px;
    padding-bottom: 10px;
}
.left-cont .left-cont-t i,
.left-cont .left-cont-t span {
    display: inline-block;
    vertical-align: middle;
}
.left-cont .left-cont-t i {
    width: 38px;
    height: 38px;
    margin-right: 5px;
    background: url(../images/left_dh.png) no-repeat;
}
.left-cont .left-cont-t span {
    font-size: 28px;
}
.left-cont h4 {
    font-size: 34px;
    line-height: 34px;
    font-family: "DINCond-Black";
}
.left-sub-form input {
    padding: 5px 0px;
    padding-left:4%;
}
.product-intr {
    margin-bottom: 45px;
    border-top: 2px solid #0a5aea ;
    box-shadow: 2px 5px 8px #666;
    min-height: 370px;
}
.product-intr .pro-in-tit {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-top: 15px;
}
.product-intr .product-preview {
    width: 50%;
    float: left;
    display: inline;
    margin-right: 35px;
}
.product-intr .product-preview .single-img-wrap {
    text-align: center;
}
.product-intr .product-preview .single-img-wrap img {
    max-width: 100%;
    _width: 100%;
}
.product-intr .product-preview .share-toolbar {
    margin-bottom: 0;
}
.product-list li {
    margin-bottom: 20px;
    text-align: center;
}
.product-item .portfolio-img {
    background-color: #e2e3fe;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    padding: 20%;
    border-radius: 10px;
    /* box-shadow: 3px 3px 10px #666666; */
}
.portfolio-list li:hover .product-item {
    box-shadow: 0px 5px 7px 5px #e1dddd;
    border-radius: 15px;
}
.product-item .portfolio-title h2 {
    line-height: normal;
    font-weight: normal;
}
.product-list-popup li {
    margin-bottom: 20px;
}
.product-detail .product-name {
    margin-bottom: 10px;
}
.product-detail .product-name h1 {
    font-size: 20px;
    line-height: 1.5;
}
.product-detail .product-sku {
    margin-bottom: 10px;
    color: #999;
    font-size: 13px;
}
.product-detail .product-sku strong {
    font-weight: normal;
}
.pro-des-con .next-page {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.pro-des-con .next-page a {
    display: inline;
}
.product-detail .product-info-item {
    /*border-bottom:1px solid #f0f0f0;*/
    /*padding-bottom: 5px;	margin-bottom: 5px;*/
}
.product-info-item .share-toolbar {
    padding: 50px 0;
}
.product-detail .product-info-item-last {
    border-bottom: none;
    margin-bottom: 0;
}
.product-detail .product-summary {
    font-size: 13px;
    color: #666;
}
.product-intr {
    margin-bottom: 45px;
    border-top: 2px solid #0a5aea ;
    box-shadow: 2px 5px 8px #666;
    min-height: 370px;
}
.product-intr .pro-in-tit {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-top: 15px;
}
.product-intr .product-preview {
    width: 50%;
    float: left;
    display: inline;
    margin-right: 35px;
}
.product-intr .product-preview .single-img-wrap {
    text-align: center;
}
.product-intr .product-preview .single-img-wrap img {
    max-width: 100%;
    _width: 100%;
}
.product-intr .product-preview .share-toolbar {
    margin-bottom: 0;
}
.pro-in-tro {
    border: 1px solid #666;
    margin: 15px 15px 0;
}
.product-info-item li {
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #666;
}
.product-info-item li:last-child {
    border: none;
}
.pro-in-tro .product-info {
    /*width: 60%;*/
}
.product-info-item li span,
.product-info-item li p {
    display: inline-block;
    color: #666666;
}
.product-info-item li span {
    text-align: center;
    background: #F5F5F5;
    width: 25%;
}
.product-info-item li p {
    margin-left: 3%;
}
.product-preview .single-img-wrap {
    padding-top: 16px;
}
.portfolio-img .portfolio-img-tit {
    color: #FFFFFF;
    margin-top: 20px;
    background: #0a5aea ;
    line-height: 2;
}
.portfolio-img .portfolio-img-tit span {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0% 2%;
    display: block;
}
.pro-list-tit {
    text-align: center;
    color: #0a5aea ;
    margin-bottom: 30px;
}
.pro-list-tit h3 {
    font-size: 34px;
    font-weight: 600;
}
.pro-list-tit span {
    font-size: 16px;
    margin-top: 14px;
    display: block;
}
.product-intr .product-info {
    overflow: hidden;
    *zoom: 1;
}
.product-intr .share-toolbar {
    margin: 15px 0 10px;
}
.product-intr .back-category a {
    background: url(../images/icon-back-cate.gif) no-repeat left center;
    padding-left: 15px;
    color: #808080;
    font-size: 13px;
}
.product-intr .back-category a:hover {
    color: #01aef2;
}
.product-desc {
    box-shadow: 2px 5px 8px #666;
}
.product-desc-title {
    background-color: #dbdcf8;
    margin-bottom: 20px;
}
.product-desc-title h3 {
    height: 42px;
    line-height: 42px;
    float: left;
    padding: 0 20px;
    font-size: 24px;
    color: #0a5aea ;
    border-bottom: 2px solid #dbdcf8;
}
.product-desc-item .pro-des-con,
.product-desc-item .pro-des-con h4 {
    text-align: left;
}
.pro-des-con {
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
}
.tab-pro {
    background: #FFFFFF;
    display: block;
    width: 20%;
    height: 42px;
    text-align: center;
    border-top: 2px solid #0a5aea ;
}
.product-desc-content .pro-des-con h3 {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    line-height: 3;
}
.product-desc-item {
    margin-bottom: 50px;
}
.product-desc-item-title {
    margin-bottom: 15px;
}
.product-desc-item-title h4 {
    float: left;
    height: 30px;
    line-height: 30px;
    background: #01adee;
    color: #fff;
    font-size: 15px;
    padding: 0 25px;
}
.product-detail-simple .product-img {
    text-align: center;
    margin-bottom: 15px;
}
.product-detail-simple .product-img img {
    max-width: 100%;
    _width: 100%;
}
.product-detail-simple .product-name {
    text-align: center;
    margin-bottom: 30px;
}
.product-detail-complete .tabs-nav {
    background-color: #01adee;
}
.product-detail-complete .tabs-nav li {
    padding: 0;
    margin-bottom: 0;
}
.product-detail-complete .tabs-nav li a {
    font-size: 15px;
    background-color: #01adee;
    color: #fff;
}
.product-detail-complete .tabs-nav li a:hover {
    background-color: #01aef2;
    color: #fff;
}
.product-detail-zoom .product-intr .product-preview {
    width: 360px;
}
.product-detail-zoom .gallery-img-product-detail {
    display: none;
}
.product-detail-zoom .gallery-img-product-detail .ps-caption-wrapper {
    display: none;
}
/**cases_list: start**/
.flex {
    display: flex;
}
.ne-width {
    width: 100%;
}
.full-page-menu-content ul li:last-child {
    flex: 1;
}
.full-page-menu-content ul li:last-child {
    margin-right: 0;
}
.full-page-menu-content ul.ne-ul-diy li:last-child a {
    width: 100%;
}
/**cases_details: start**/
.main .page-width .pro-des-main,
.main .news-list-main,
.main .video-list-main,
.main .article-news-main {
    width: 915px;
    padding-top: 15px;
}
.content {
    width: 720px;
    padding: 35px 0 65px;
    _overflow: hidden;
}
.float-right {
    float: right;
    display: inline;
}
.article-detail .article-title {
    text-align: center;
    margin-bottom: 15px;
}
.article-detail .article-title h1 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: normal;
}
.article-news-main .article-new-tit h2 {
    font-size: 24px;
}
.article-news-main .article-new-tit span {
    font-size: 16px;
}
.article-detail .entry-meta {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
}
.article-detail .entry-meta span {
    margin: 0 10px;
}
.article-detail .article-content {
    margin-top: 25px;
}
.article-detail .video-player-content {
    margin-top: 20px;
    text-align: center;
}
.article-detail video.video-play-wrapper {
    width: 100%;
    height: auto !important;
    text-align: center;
}
.article-detail span.video-play-wrapper {
    width: 100%;
    *height: auto !important;
    text-align: center;
}
.entry-meta {
    font-size: 12px;
    margin-bottom: 10px;
    color: #999;
}
/**jiance:start**/
.par-main {
    text-align: center;
}
.par-col-1 .par-col-tit {
    margin: 40px 0;
}
.par-col-tit h3 {
    font-size: 45px;
}
.par-col-tit i {
    font-size: 60px;
    font-weight: 700;
}
.par-col-1 .part-col-con {
    letter-spacing: -8px;
}
.part-col-con .col-con-img,
.part-col-con .col-con-des {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}
.part-col-con .col-con-img {
    width: 35%;
}
.part-col-con .col-con-des {
    width: 57%;
    text-align: left;
    padding-left: 1%;
    padding-right: 1%;
}
.part-col-con .col-con-des-l {
    margin-right: 8%;
}
.part-col-con .col-con-des-r {
    margin-left: 8%;
}
.col-con-des span {
    font-size: 24px;
    font-weight: 600;
}
.col-con-des span b {
    font-size: 30px;
    color: #0a5aea ;
}
.col-con-des p {
    font-size: 18px;
}
.par-col-2 .par-col-des-2 ul {
    letter-spacing: -8px;
    padding: 0;
}
.par-col-tit-2 {
    background: url(../images/par_tit2.png) no-repeat center;
    height: 237px;
    color: #0a5aea ;
}
.par-col-tit-2 p {
    color: #797979;
    font-size: 46px;
    font-weight: 100;
    line-height: 2.5;
}
.par-col-tit-2 p b {
    color: #0a5aea ;
    font-weight: 600;
}
.par-col-tit-2 h3 {
    font-size: 57px;
    line-height: 0.9;
    margin: 0 auto;
    margin-left: 10px;
}
.par-col-tit-2 span {
    color: #353535;
    font-size: 57px;
    line-height: 0.7;
}
.par-col-2 .par-col-tit-2 {
    margin: 50px 0 30px;
}
.par-col-2 .par-col-des-2 li {
    text-align: center;
    display: inline-block;
    width: 24%;
    margin-right: 1.2%;
    border-radius: 15px;
    padding: 0;
    letter-spacing: normal;
}
.par-col-2 .par-col-des-2 li:hover {
    box-shadow: 2px 2px 1px #666;
}
.par-col-2 .par-col-des-2 li:last-child {
    margin-right: 0;
}
.par-col-2 .par-col-des-2 li img {
    width: 100%;
}
.par-col-des-2 .par-col-span {
    background: #0a5aea ;
    font-size: 2rem;
    color: #FFFFFF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 1.8;
}
.par-col-img-2 {
    display: block;
    width: 100%;
    height: 425px;
    background: url(../images/parimg2bg.png) no-repeat center;
    background-size: cover;
    margin: 35px 0 50px;
}
.par-col-img-des ul {
    text-align: left;
}
.par-col-img-des li {
    list-style: none;
}
.par-col-img-des li:first-child {
    margin-left: 4%;
    padding-top: 40px;
}
.par-col-img-des li:nth-child(2) {
    margin-left: 8%;
}
.par-col-img-des li:nth-child(3) {
    margin-left: 12%;
}
.par-col-img-des li:last-child {
    margin-left: 16%;
}
.trans-con .trans-des {
    margin: 20px 0 50px;
}
.trans-des .trans-des-tit {
    text-align: center;
    margin: 20px 0;
}
.trans-des .trans-des-tit h4 {
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 34px;
    padding: 20px 15px;
    background: #0a5aea ;
    width: 50%;
    margin: 0 auto;
}
.trans-des .trans-des-ul li {
    display: inline-block;
    width: 32.3%;
    margin-right: 1%;
    text-align: center;
}
.trans-des .trans-des-ul li:last-child {
    margin-right: 0;
}
.trans-des .trans-des-ul li span {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 70px;
    color: #FFFFFF;
    background: #0a5aea ;
}
.page-width2 {
    margin: 0 auto;
}
.par-col-3 {
    background: url(../images/parimg3bg.png);
}
.par-col-3 .par-col-des-3 ul {
    padding: 0;
    letter-spacing: -8px;
}
.par-col-3 .par-col-des-3 li {
    letter-spacing: normal;
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #0a5aea ;
    box-sizing: border-box;
}
.par-col-tit-3 {
    line-height: 60px;
    padding: 20px 0;
}
.par-col-des-3 {
    padding-bottom: 15px;
}
.par-col-tit-3 h3,
.par-col-tit-3 span {
    color: #FFFFFF;
    font-size: 70px;
    line-height: 1.2;
}
.par-col-tit-3 b {
    font-size: 80px;
    color: #ffea00;
    font-weight: 600;
}
.par-col-3 .par-col-des-3 li:nth-child(3n) {
    margin-right: 0;
}
.par-col-3 .par-col-des-3 li:hover {
    box-shadow: 5px 5px 10px #333333;
}
.par-col-3 .par-col-des-3 span {
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 3rem;
}
.par-main .par-col-4 {
    margin-top: 50px;
    margin-bottom: 60px;
}
.par-col-4 .par-col-des-4 {
    display: block;
    width: 100%;
    margin-top: 20px;
    background: url(../images/parimg4_bg.png) no-repeat center;
}
.par-col-4 .par-col-des-4 ul {
    padding: 30px 0;
    width: 55%;
    margin-left: 43.5%;
    margin-right: 1.5%;
}
.par-col-4 .par-col-des-4 li {
    /*border: 1px solid #FFFFFF;*/
    /*border-top-left-radius: 20px;	border-bottom-left-radius: 20px;*/
    list-style: none;
    margin-bottom: 10px;
    text-align: left;
    background: url(../images/parimg4li_bg.png) no-repeat;
}
.par-col-4 .par-col-des-4 li:last-child {
    margin-bottom: 0;
}
.par-col-4 .par-col-des-4 li span,
.par-col-4 .par-col-des-4 li p {
    display: inline-block;
    /*vertical-align: middle;*/
    font-size: 19px;
}
.par-col-4 .par-col-des-4 span {
    color: #0a5aea ;
    padding: 8px 65px 8px 36px;
}
.par-col-des-4 li:nth-child(3) span {
    padding-left: 30px;
    padding-right: 52px;
}
.par-col-des-4 li:nth-child(5) span,
.par-col-des-4 li:nth-child(6) span {
    padding-left: 20px;
    padding-right: 42px;
}
.par-col-4 .par-col-des-4 li:nth-child(7) span {
    padding-left: 10px;
    padding-right: 32px;
}
.par-col-4 .par-col-des-4 p {
    color: #FFFFFF;
}
.main .partner-content ul li {
    list-style: none;
}
.par-col-tit-4 {
    margin-top: 80px;
    margin-bottom: 20px;
}
.order-col-main li {
    width: 33%;
    margin-right: 0.3%;
}
.order-col-main h3,
.order-col-main .order-main-bg-p {
    color: #9e0000;
}
.order-col-main h3 {
    font-size: 50px;
    font-weight: 600;
    margin: 0 auto
}
.order-col-main p {
    font-size: 16px;
}
.order-col-main li p {
    font-size: 24px;
}
.order-col-1 span {
    font-size: 14px;
}
.order-col-1 span,
.order-col-main li p {
    color: #FFFFFF;
}
.order-col-1 .order-col-main ul {
    margin: 30px auto 45px;
}
.order-col-1 .order-main-bg {
    background: url(../images/order_par2.png) no-repeat;
    width: 100%;
    height: 552px;
}
.order-col-2 {
    width: 100%;
    height: 2107px;
    background: url(../images/ordercol2_bg.png) no-repeat center;
}
.order-col-main-2 .order-col-des {
    height: 384px;
    margin-top: 50px;
}
.order-col-main-2 .order-col-des:first-child {
    margin-top: 0;
}
.order-col-main-2 .order-col-des:nth-child(1) {
    background: url(../images/order-main1.png) no-repeat center;
}
.order-col-main-2 .order-col-des:nth-child(2) {
    background: url(../images/order-main2.png) no-repeat center;
}
.order-col-main-2 .order-col-des:nth-child(3) {
    background: url(../images/order-main3.png) no-repeat center;
}
.order-col-main-2 .order-col-des:nth-child(4) {
    background: url(../images/order-main4.png) no-repeat center;
}
.order-col-des .oreder-des-r {
    width: 43%;
}
.oreder-des .order-des-p {
    font-size: 1.2rem;
    text-align: left;
    padding-left: 30px;
    padding-right: 20px;
    line-height: 1.6;
}
.oreder-des .oreder-des-tit-main {
    padding-top: 20px;
}
.oreder-des-tit-main .oreder-des-tit,
.oreder-des-tit-main .oreder-des-tit-r {
    display: inline-block;
    vertical-align: bottom;
    /*line-height: 50px;*/
}
.oreder-des .oreder-des-tit-main p {
    line-height: 1.8;
}
.oreder-des-tit,
.oreder-des-tit-r,
.oreder-des .oreder-des-tit-main p {
    letter-spacing: normal;
}
.oreder-des-tit-main .oreder-des-tit h4 {
    font-size: 50px;
    margin-bottom: 0;
}
.oreder-des-tit-r,
.oreder-des .oreder-des-tit-main p {
    color: #9e0000;
}
.oreder-des-tit-r span {
    font-size: 34px;
    font-weight: 600;
}
.oreder-des-tit-r p {
    font-size: 16px;
}
.float-right2 {
    float: right;
    display: inline;
    margin-right: 2.8%;
}
.float-left2 {
    float: left;
    display: inline;
    margin-left: 2.8%;
}
.order-col-des2 li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
}
.order-col-des2 li:nth-child(3n) {
    margin-right: 0;
}
.order-col-des2 li span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background: #333333a6;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 2rem;
}
.par-main .order-col-3 {
    margin: 60px auto;
}
.order-col-tit {
    padding: 40px 0;
}
.order-col-3 .order-col-tit1 h3 {
    font-size: 46px;
    font-weight: 600;
    margin: 30px auto 0;
    line-height: 45px;
}
.order-col-3 .order-col-tit1,
.order-col-4 .order-col-tit2 {
    font-size: 20px;
    border: 1px solid #0a5aea ;
    margin-bottom: 15px;
}
.order-col-3 .order-col-tit1 h3,
.order-col-3 .order-col-tit1,
.order-col-4 .order-col-tit2 {
    color: #0a5aea ;
}
.par-main .order-col-4 {
    margin: 30px auto 60px;
}
.order-ico-font {
    width: 114px;
    line-height: 20px;
    font-size: 2rem;
    font-weight: bold;
    transform: rotate(-30deg);
    color: red;
    margin-left: -18px;
}
.order-ico-font2 {
    width: 80px;
    line-height: 47px;
    font-size: 2rem;
    font-weight: bold;
    transform: rotate(410deg);
    color: red;
    margin-right: -25px;
    float: right;
}
.order-col-des3 .order-list-1:nth-child(1) {
    width: 100%;
    height: 630px;
    background: url(../images/order-p1.png) no-repeat top;
    background-size: 100%;
}
.order-col-des3 .order-list-1:nth-child(2) {
    width: 100%;
    height: 635px;
    background: url(../images/order-p2.png) no-repeat top;
    background-size: 100%;
}
.order-col-des3 .order-list-1 {
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
}
.order-col-des3 .order-list-1 h4 {
    font-size: 36px;
    font-weight: 600;
    padding-top: 40px;
    margin-left: 20px;
}
.float-left3 {
    float: left;
    display: inline;
}
.float-right3 {
    float: right;
    display: inline;
}
.order-col-des3 .order-list-le {
    width: 36%;
}
.order-list-1 {
    margin-bottom: 20px;
}
.order-col-des3 .order-list-le p {
    padding: 20px;
    letter-spacing: 0.7px;
}
.order-col-4 .order-col-tit2 h3 {
    font-size: 46px;
    font-weight: 600;
    line-height: 40px;
    margin: 6px auto;
    padding-top: 15px;
}
.order-col-4 .order-col-tit2 p {
    line-height: 1.5;
    margin-bottom: 0;
}
.order-col-5 {
    width: 100%;
    height: 648px;
    background: url(../images/ordercol5_bg.png) no-repeat center;
    color: #FFFFFF;
    margin-bottom:2%;
}
.order-num li {
    width: 28%;
    margin-right: 2%;
    border-right: 2px solid #ffffff;
    box-sizing: border-box;
}
.order-num li:last-child {
    width: unset;
    margin-right: 0;
    border-right: 0;
}
.order-col-5 .order-col-tit3 {
    padding-top: 3%;
    padding-bottom: 2%;
}
.order-col-5 .order-col-tit3 span {
    font-size: 20px;
    font-weight: normal;
    font-family: 'SourceHanSerifCN-Light';
}
.order-col-5 .order-col-tit3 h3 {
    font-size: 46px;
    line-height: 70px;
    margin: 0 auto;
    font-weight: normal;
}
.order-num li {
    font-size: 2rem;
}
.order-num li span {
    font-size: 3.5rem;
    line-height: 1.2;
}
.order-num li b {
    font-size: 5.5rem;
    font-weight: 600;
}
.order-col-5 .last-span,
.order-col-5 .order-num-span span {
    font-size: 3rem;
    line-height: 2;
}
.order-col-5 .order-num-span span {
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    padding: 5px 20px;
}
.order-num-span b {
    color: #f5be34;
}
#order-ho span {
    color: #0a5aea ;
    font-weight: 600;
    font-size: 16px;
}
#order-ho li img {
    width: 365px;
}
#order-ho-col .prev-btn .prev,
#order-ho-col .next-btn .next {
    margin-top: 225px;
}
.order-col-6-1 {
    height: 186px;
    background: url(../images/order_col_61bg.png) no-repeat center;
}
.par-main .order-col-6-1 h3 {
    color: #FFFFFF;
    font-size: 46px;
    padding-top: 5%;
    font-weight: normal;
}
.order-col-7 {
    width: 100%;
    height: 652px;
    background: url(../images/ordercol7_bg.png) no-repeat center;
}
.order-main-7 .order-col-img,
.order-main-7 .order-col-img-r,
.order-img-arrow,
.order-img-arrow-r {
    letter-spacing: normal;
    display: inline-block;
}
.order-main-7 .order-col-img {
    width: 30%;
    margin-right: 6%;
}
.order-main-7 .order-col-img-r {
    width: 64%;
    vertical-align: middle;
}
.order-img-r-tit .order-img-arrow-r h5 {
    font-size: 2.6rem;
    color: #494949;
    line-height: 4.6rem;
    margin-bottom: 0;
}
.order-img-r-tit .order-img-arrow-r p {
    font-size: 2rem;
    color: #3b3b3b;
    line-height: 1.2;
    margin: 5px auto;
    font-weight: 100;
}
.order-img-r-tit .order-img-arrow-r span {
    color: #0a5aea ;
    font-size: 3.5rem;
    letter-spacing: 3.5px;
    line-height: 1.2;
}
.order-img-r-tit .order-img-arrow {
    float: left;
}
.order-img-r-des li,
.order-col-8 li {
    width: 48%;
    margin-right: 4%;
}
.order-img-r-des li:last-child,
.order-col-8 li:last-child {
    margin-right: 0;
}
.order-col-img-r .order-img-r-des {
    margin-top: 60px
}
.order-main-7 {
    padding-top: 80px
}
.order-col-8 li img {
    width: 100%;
}
.order-col-tit4 {
    background: #0a5aea ;
    box-shadow: 0 5px 5px -5px #000;
    margin-bottom: 25px;
}
.order-col-des5 li {
    margin-bottom: 25px;
}
.order-col-des5 li:nth-child(2n) {
    background: #0060ff;
}
.order-col-des5 li:nth-child(1),
.order-col-des5 li:nth-child(3),
.order-col-des5 li:nth-child(5) {
    background: #0a5aea ;
}
.order-col-9 {
    color: #FFFFFF;
}
.order-tit-line {
    border-bottom: 4px solid #FFFFFF;
    width: 50px;
    margin: 0 auto;
    line-height: 1.2;
}
.order-col-9 .order-col-tit4 h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
    padding-top: 40px;
}
.order-col-9 .order-col-tit4 span {
    font-size: 30px;
    line-height: 1.8;
}
.order-col-9 .order-col-tit4 p {
    font-size: 16px;
    padding-bottom: 40px;
}
.order-col-des5 li span {
    font-size: 24px;
    line-height: 48px;
    width: 33%;
    display: inline-block;
}
.order-core li {
    width: 49%;
    margin-right: 2%;
    vertical-align: middle;
}
.order-core li:nth-child(2n) {
    margin-right: 0;
}
.order-core li span,
.order-core li h5 {
    color: #ffffff;
}
.order-core .order-core-span {
    background: #0a5aea ;
    font-size: 26px;
    width: 100%;
    line-height: 4rem;
}
.order-core li h5 {
    font-size: 25px;
    margin: 15px auto;
    /* background-image: linear-gradient(to right, #080997 0, #090bec 20%, #050788 100%); */
    /* background: url(../images/core_tecbtn.png) no-repeat center; */
    height: 47px;
    line-height: 47px;
    background: #0a5aea ;
}
.order-core li p {
    font-size: 18px;
    color: #000;
    min-height: 200px;
    text-align: left;
}
.order-dec-tit {
    border: 1px solid #0a5aea ;
    padding: 2% 0%;
    margin-bottom: 2%;
}
.order-col-10 .order-dec-tit {
    box-sizing: border-box;
}
.order-col-10 .order-dec-tit,
.order-train-tit h3,
.train-col-r {
    color: #0a5aea ;
}
.order-col-10 .order-dec-tit h4 {
    font-size: 46px;
}
.order-col-10 .order-dec-tit p {
    font-size: 16px;
}
.order-col-10 .order-dec-tit span {
    font-size: 32px;
    line-height:2 ;
}
.order-dec-img {
    box-shadow: 0 5px 5px -5px #000;
}
.module-content .order-col-11 {
    margin: 50px auto;
}
.order-col-11 {
    background: #ebebeb;
    border-radius: 15px;
    box-shadow: 0 5px 5px -5px #000;
    min-height: 940px;
}
.order-train-tit h3 {
    font-size: 5rem;
}
.order-col-11 .order-train-tit p {
    font-size: 16px;
}
.order-train-tit span {
    font-size: 24px;
    line-height: 36px;
    border: 1px solid #0a5aea ;
    border-radius: 15px;
    padding: 9px 80px;
    color: #666666;
}
.train-col-r span {
    font-size: 22px;
    display: block;
    line-height: 1.4;
}
.order-col-11 .order-train-des p {
    font-size: 20px;
    text-align: left;
    margin: 15px;
}
.order-col-11 .order-train-des {
    background: #c4c4c4;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 5px 0 5px -5px #000, -5px 0 5px -5px #000;
    padding: 10px;
}
.order-train-col {
    width: 92%;
    margin: 15px auto;
    letter-spacing: -8px;
    text-align: left;
}
.train-col-r ul li {
    letter-spacing: -8px;
    border-bottom: 1px solid #0a5aea ;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.train-col-r li h5,
.train-col-r .train-r-span,
.train-col-l,
.train-col-r {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
}
/* .train-col-l , .train-col-r{	vertical-align: middle;} */
.train-col-l {
    width: 45%;
    margin-right: 8%
}
.train-col-r {
    width: 47%;
}
.train-col-r li h5 {
    border-right: 2px solid #0a5aea ;
}
.order-col-11 .order-train-tit h3 {
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 46px;
    font-weight: 600;
    padding-top: 50px;
}
.train-col-r h5 {
    font-size: 2.5rem;
}
.order-col-12 .order-contr-tit,
.order-col-12 .order-contr-col {
    background: #0a5aea ;
}
.order-contr-tit {
    color: #FFFFFF;
}
.order-col-12 .order-contr-tit h4 {
    color: #f5be34;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 0;
}
.order-col-12 .order-contr-tit p {
    font-size: 16px;
}
.order-col-12 .order-contr-tit span {
    font-size: 32px;
    line-height: 1.2;
}
.order-contr-col li {
    max-width: 95%;
    margin: 0 auto 25px;
    position: relative;
}
.order-contr-col li:last-child {
    padding-bottom: 40px;
}
.order-col-12 .order-contr-tit {
    padding: 30px 0;
}
.order-contr-col li span {
    position: absolute;
    top: 286px;
    left: 0;
    right: 0;
}
.order-incr-main .order-incr-tit h4 {
    line-height: 1.2;
    margin-bottom: 0;
}
.order-incr {
    width: 100%;
    height: 967px;
    color: #FFFFFF;
    background: url(../images/orderincr_bg.jpg) 100%;
}
.order-incr-main .order-incr-tit {
    padding: 85px 0 25px;
}
.order-incr-main .order-incr-tit h4 {
    font-size: 46px;
    color: #f5be34;
}
.order-incr-main .order-incr-tit p {
    font-size: 20px;
}
.order-incr-main .order-incr-tit span {
    font-size: 32px;
}
.order-incr-con li {
    width: 32%;
    margin-right: 2%;
}
.order-incr-con li:last-child {
    margin-right: 0;
}
.order-incr-con li:hover img {
    border-radius: 50%;
    box-shadow: 0 5px 5px -5px #000;
}
.order-incr-con li img {
    margin-bottom: 20px;
}
.order-incr-con li span {
    display: block;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    background: #f5be34;
    padding: 5px 10px;
    border-radius: 40px;
    width: 170px;
    margin: 0 auto;
}
.order-incr-main .order-incr-des p {
    font-size: 24px;
    padding-top: 26px;
    font-weight: 100;
}
#order-col-6-1 {
    letter-spacing: -8px;
    margin: 74px auto 54px;
}
.order-num-l {
    color: #FFFFFF;
    width: 64%;
    margin-left: 6%;
    margin-top: 1.5rem;
}
.order-num-l li {
    width: 30%;
    border-right: 3px solid #fff;
    box-sizing: border-box;
}
.order-num-l li:last-child {
    width: 40%;
    border-right: 0;
}
.order-num-l li h4 {
    font-size: 3.5rem;
    line-height: 6rem;
    ;
}
.order-num-l li span {
    display: block;
    font-size: 2rem;
}
.order-num-r {
    background: #f5be34;
    color: #ff0000;
    width: 25%;
    margin-right: 5%;
    border-radius: 20px;
    text-align: left;
    margin-top: 2%;
    padding-top: 1%;
}
.order-num-r span {
    font-size: 28px;
}
.order-num-r h5 {
    font-size: 2rem;
}
.order-num-l,
.order-num-r {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
}
.order-num-r span,
.order-num-r h5 {
    padding-left: 25px;
}
.order-form .order-col-6-1 {
    color: #FFFFFF;
}
.order-form .order-col-6-1 h2 {
    font-size: 46px;
    padding-top: 4%;
    margin-bottom: 1%;
}
.order-form .order-col-6-1 .last {
    font-size: 20px;
}
.order-col-13 {
    text-align: left;
}
.order-case-tit {
    height: 66px;
    background: url(../images/ordercase_titbg.png) no-repeat
}
.order-case-col {
    letter-spacing: -8px;
    margin: 60px auto;
}
.order-case-col:first-child {
    margin-top: 30px;
}
.order-case-main-l,
.order-case-main-r {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
}
.order-case-main-l {
    width: 50%;
    padding-right: 7%;
}
.order-case-col .order-case-main-l2 {
    width: 50%;
    padding-left: 7%;
    padding-right: 0;
}
.order-case-main-r {
    width: 50%;
}
.order-case-col b {
    color: #0a5aea ;
}
.order-case-col span {
    display: block;
    font-size: 18px;
    color: #666666;
}
.order-case-col .order-case-span {
    font-size: 20px;
    margin-top: 13px;
    margin-bottom: 8px;
}
.order-case-main .order-case-col h4 {
    font-size: 2rem;
    color: #0a5aea ;
    line-height: 1.2;
    margin-bottom: 0;
}
.order-case-main .order-case-col p {
    font-size: 18px;
}
.order-col-13 .order-case-tit h3 {
    font-size: 2rem;
    color: #0a5aea ;
    font-weight: 600;
    padding-top: 12px;
    padding-left: 36px;
}
.order-form-col .contact-form .btn {
    font-size: 2rem;
}
.test-col-tit {
    width: 547px;
    height: 122px;
    color: #FFFFFF;
    margin: 0 auto;
    background: url(../images/test_tit1.png) no-repeat center;
}
.test-col-tit h3 {
    font-size: 34px;
    line-height: 49px;
    margin-bottom: 0;
    padding-top: 10px;
}
.test-col-tit span {
    font-size: 16px;
}
.test-col-tit2 {
    color: #0a5aea ;
    font-size: 16px;
}
.test-col-tit2 h3 {
    font-size: 34px;
}
.test-col-tit2 {
    margin-bottom: 40px;
}
.test-col-tit2 h4 {
    font-size: 30px;
    margin-bottom: 0;
}
#test-tit-top {
    margin-top: -35px;
}
.test-main li {
    width: 33%;
    margin-right: 0.5%;
}
.test-main li:last-child {
    margin-right: 0;
}
.test-main h4,
.test-main li p {
    text-align: left;
}
.test-main h4 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 0;
}
.test-main li img {
    width: 100%;
}
.test-main li:hover {
    box-shadow: 3px 2px 5px #999;
}
.test-main li:hover {
    background: #000bef;
    color: #FFFFFF;
}
.test-main-li span {
    visibility: hidden;
    color: #FFFFFF;
    font-size: 3.5rem;
    font-family: "DINCond-Black";
    float: right;
    line-height: 1.1;
    margin-top: -40px;
}
.test-main li:hover span {
    visibility: visible;
}
.test-line {
    width: 50px;
    border-bottom: 2px solid #fecf45;
    line-height: 1;
    height: 2px;
    margin: 6px 0 2px;
}
.test-main li p {
    font-size: 16px;
    letter-spacing: 3px;
}
.test-main .test-main-li {
    padding: 12px;
    min-height: 160px;
}
.test-col-2 {
    color: #FFFFFF;
}
.test-main-col .order-col-6-1 h5 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 0;
    padding-top: 2px;
}
.test-main-col .order-col-6-1 span {
    font-size: 26px;
}
.test-main-col .order-col-6-1 p {
    font-size: 16px;
    margin-bottom: 0;
}
.infl-tit {
    width: 565px;
    height: 108px;
    background: url(../images/infl_titbg.png);
    z-index: 10;
    position: absolute;
    top: -46px;
    left: -12px;
}
.infl-col .infl-main ul {
    padding-top: 80px;
}
.infl-col {
    background: #0a5aea ;
    box-shadow: 0 5px 5px -5px #000;
    border-radius: 15px;
    min-height: 540px;
    z-index: 1;
    position: relative;
    margin-bottom: 80px;
}
.infl-main li {
    width: 32%;
    margin-right: 0.5%;
}
.infl-main li:last-child {
    margin-right: 0;
}
.infl-col .infl-tit h4 {
    font-size: 30px;
    color: #0a5aea ;
    line-height: 1.2;
    padding-top: 25px;
}
.infl-main span {
    font-size: 26px;
}
.test-col-2 .test-infl-des {
    background: #ffc600;
    box-shadow: 0 5px 5px -5px #000;
    border-radius: 15px;
    margin-top: -4%;
    margin-bottom: 4%;
}
.test-col-2 .test-infl-des p {
    color: #0a5aea ;
    font-size: 20px;
    padding: 5px 14%;
}
.test-col-2 .test-infl-des b {
    font-size: 26px;
    color: #ff0000;
}
.test-main-col .order-col-6-1 {
    padding-top: 56px;
}
#padding-first {
    margin-bottom:70px;
}
.test-col-3,
.test-main-col .order-col-6-1 {
    color: #FFFFFF;
}
.test-contrast li {
    width: 49%;
    margin-right: 2%;
    background: #0a5aea ;
}
.test-contrast li:last-child {
    margin-right: 0;
}
.test-col-3 .test-contrast li p {
    font-size: 19px;
    padding: 3%;
    text-align: left;
}
.test-contrast {
    position: relative;
}
.test-ico-con {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.test-equ li:nth-child(1),
.test-equ li:nth-child(2),
.test-equ li:nth-child(3) {
    height: 341px;
    margin-bottom: 20px;
}
.test-equ li:nth-child(1) {
    background: url(../images/test_equ1.jpg);
}
.test-equ li:nth-child(2) {
    background: url(../images/test_equ2.jpg);
}
.test-equ li:nth-child(3) {
    background: url(../images/test_equ3.jpg);
}
.equ-col-r,
.equ-col-l {
    width: 50%;
}
.equ-col-r {
    margin-right: 5%;
}
.equ-col-l {
    margin-left: 5%;
}
.test-equ {
    text-align: left;
}
.equ-line {
    width: 30px;
    border-bottom: 3px solid #FFFFFF;
    line-height: 1;
    height: 3px;
    margin-bottom: 8px;
}
.test-equ li h5 {
    font-size: 34px;
    color: #fecf45;
    padding-top: 55px;
}
.test-equ li p {
    color: #FFFFFF;
    font-size: 18px;
}
.test-cate-tit {
    background: #f5be34;
    box-sizing: border-box;
    width: 40%;
    margin: 0 auto 40px;
    ;
}
.test-cate-tit span {
    font-size: 30px;
}
.test-cate-tit .test-cate-span1 {
    border-right: 2px solid #0a5aea ;
}
.test-cate-tit .test-cate-span1 {
    width: 45%;
}
.test-cate-tit .test-cate-span2 {
    width: 46%;
    margin-left: 4%;
}
.test-cate-tit .test-cate-span1,
.test-cate-tit .test-cate-span2 {
    display: inline-block;
    letter-spacing: normal;
}
#test-h h5 {
    padding-top: 35px;
}
.test-flow li:nth-child(1),
.test-flow li:nth-child(2),
.test-flow li:nth-child(3),
.test-flow li:nth-child(4),
.test-flow li:nth-child(5) {
    margin-bottom: 23px;
    height: 162px;
}
.test-flow li:nth-child(1) {
    background: url(../images/test-flow1.png);
}
.test-flow li:nth-child(2) {
    background: url(../images/test-flow2.png);
}
.test-flow li:nth-child(3) {
    background: url(../images/test-flow3.png);
}
.test-flow li:nth-child(4) {
    background: url(../images/test-flow4.png);
}
.test-flow li:nth-child(5) {
    background: url(../images/test-flow5.png);
}
.flow-col-l span,
.flow-col-l p {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.flow-col-l {
    width: 50%;
    padding-top: 32px;
    text-align: left;
}
.flow-col-l span {
    font-size: 3.6rem;
    color: #141eee;
    margin-right: 10px;
    margin-left: 18%;
    font-family: "DINCond-Black";
}
.test-flow li p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
}
.qhd-content ul,
.qhd-content ol {
    margin: 0 0 15px 0;
    padding-left: 1.5em;
    line-height: 180%;
    _margin-left: 5px;
}
.qhd-content ul {
    list-style-type: disc;
}
.reason-col-des3 .reason-main-des3 ul,
.main .padding-left-commom {
    padding-left: 0;
}
.reason-col-des3 .reason-main-des3 ul,
.main .padding-left-commom {
    padding-left: 0;
}
.reason-col-des3 .reason-main-des3 ul,
.main .padding-left-commom {
    padding-left: 0;
}
.main .partner-content ul li {
    list-style: none;
}
.qhd-content ul li,
.qhd-content ol li {
    /* padding-top: 2px; */
    padding-bottom: 2px;
}
.reason-col-img,
.reason-col-des,
.reason-col-des-num ul li,
.reason-main-des2-l,
.reason-main-des2-r,
.reason-des-tit2 h4,
.reason-des-tit2 span,
.reason-col-des3 .reason-main-des3 ul li,
.reason-des-tit3 img,
.reason-des-tit3 span,
.reason-des-ul li,
.letter-spacing-com li {
    display: inline-block;
    letter-spacing: normal;
}
.test-main li {
    width: 32%;
    margin-right: 0.5%;
}
.test-main li img {
    width: 100%;
}
.qhd-content img {
    vertical-align: middle;
    max-width: 100%;
    _max-width: none;
    height: auto !important;
}

.core-honor-img img{
    width:100%;
}

.test-main .test-main-li {
    padding: 12px;
    min-height: 160px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
.main .partner-content ul.ul-diy-city li {
    /* list-style: none;
    line-height: 1.6;
    width: 173px;
    margin-top: -4px;
    padding-bottom: 0%;
	*/
    list-style: none;
    line-height: 1.4;
    text-align: center;
    background: unset;
}
.main .partner-content ul.ul-diy-city li a {
    font-size: 1.4rem;
}
.reason-col-img,
.reason-col-des,
.reason-col-des-num ul li,
.reason-main-des2-l,
.reason-main-des2-r,
.reason-des-tit2 h4,
.reason-des-tit2 span,
.reason-col-des3 .reason-main-des3 ul li,
.reason-des-tit3 img,
.reason-des-tit3 span,
.reason-des-ul li,
.letter-spacing-com li {
    display: inline-block;
    letter-spacing: normal;
}
.reason-col-1 .reason-col-main-1,
.reason-col-des-num ul,
.reason-col-des2 .reason-col-main-2,
.reason-des-tit2,
.reason-main-des3 ul,
.reason-des-ul ul,
.par-main .letter-spacing-com {
    letter-spacing: -8px;
}
.flex-1 {
    flex: 1;
	
}
.flex2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
	
}
.flex3 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*align-content: center;*/
    flex-wrap: nowrap;
}
.flex-around {
    display: flex;
    justify-content: space-around;
}
.new-position {
    position: relative;
    margin-top: 1rem;
}
/**shigong:start**/
.train-col-r li h5 {
    border-right: 2px solid #0a5aea ;
}
.train-col-r li h5,
.train-col-r .train-r-span,
.train-col-l,
.train-col-r {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
}
.train-col-r h5 {
    font-size: 2.5rem;
}
.qhd-content h5 {
    line-height: 1.6em;
    margin-bottom: 10px;
}
.qhd-content h1,
.qhd-content h2,
.qhd-content h3,
.qhd-content h4,
.qhd-content h5,
.qhd-content h6 {
    font-weight: bold;
}
.qhd-content h5 {
    line-height: 1.6em;
    margin-bottom: 10px;
}
.qhd-content h1,
.qhd-content h2,
.qhd-content h3,
.qhd-content h4,
.qhd-content h5,
.qhd-content h6 {
    font-weight: bold;
}
/**chaxun:start**/
.query-main {
    min-height: 20rem;
}
.price {
    width: 1200px;
    margin: 0 auto;
}
.price h2 {
    font-size: 24px;
    color: #333;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 10px;
    padding-left: 10px;
}
.price .category {
    overflow: hidden;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}
.price .category:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    background-color: #EDEDED;
    z-index: 2;
}
.price .category:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #EDEDED;
    z-index: 2;
}
.price .category a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.price .category .prev {
    display: none;
    position: absolute;
    top: 0;
    width: 59px;
    height: 100%;
    box-shadow: 0 0 3px #c6c6c7;
    background: #fff;
    text-align: center;
    font-size: 0;
    left: 0;
    border-right: 1px solid #e1e3e6;
}
.price .category .prev span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 96.77% 25%;
    background-size: initial;
}
.price .category .next span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 61.29% 25%;
    background-size: initial;
}
.price .category .next {
    position: absolute;
    top: 0;
    width: 59px;
    height: 100%;
    box-shadow: 0 0 3px #c6c6c7;
    background: #fff;
    text-align: center;
    font-size: 0;
    right: 0;
    border-left: 1px solid #e1e3e6;
}
.price .category ul li {
    display: inline-block;
    white-space: nowrap;
    font-size: 20px;
    text-align: center;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    position: relative;
    padding: 18px 25px;
    color: #333333;
}
.price .category ul li.active {
    color: #0a5aea ;
    font-size: 24px;
}
.price .category ul li.active::after {
    content: '';
    width: 45%;
    height: 1px;
    display: block;
    margin: 0 auto;
    border-bottom: 3px solid #0a5aea ;
}
.price .cont {
    display: none;
}
.price .cont.active {
    display: block;
}
.price .cont ul li {
    width: 280px;
    float: left;
    margin: 0 10px;
    box-sizing: border-box;
}
.price .cont ul li:nth-child(4n) {
    margin-right: 0px !important;
}
.price .cont ul li a {
    display: block;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    margin-top: 20px;
    padding: 13px 20px 15px;
}
.price .cont ul li a:hover {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
    border-color: rgba(229, 229, 229, .73);
}
.price .cont ul li a:hover .cont_main h3.title {
    color: #00a4ff;
}
.price .cont ul li a .cont_main {
    display: table-cell;
    vertical-align: top;
}
.price .cont ul li a .cont_main h3.title {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.price .cont ul li a .cont_main p.desc {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    height: 42px;
    margin-top: -2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.smart-green {
    margin-left: auto;
    margin-right: auto;
    padding: 30px 210px 20px 210px;
    font-size: 14px;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}
.smart-green label {
    display: inline-block;
    margin: 0px 0px 5px;
    position: relative;
    width: 275px;
}
.smart-green label>span {
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}
.smart-green input[type="text"],
.smart-green input[type="email"],
.smart-green textarea,
.smart-green select {
    color: #333333;
    height: 40px;
    line-height: 15px;
    width: 100%;
    padding: 1px 0;
    margin-top: 10px;
    border: 1px solid #eee;
    background: #eee;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
    border-radius: 5px;
}
.smart-green .query-btn {
    position: absolute;
    right: 15%;
    top: 53px;
}
.smart-green textarea {
    height: 100px;
    padding-top: 10px;
}
.smart-green .button {
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
    width: 177px;
    height: 38px;
    background: url(../images/query_subtn.png);
    color: #fff;
    border: 0
}
.smart-green .button:hover {
    background-color: #0b0dd9;
}
.smart-green .query-btn .button:hover {
    background-color: #fff;
}
.error-msg {
    color: red;
    margin-top: 10px;
}
.success-msg {
    color: #0b0dd9;
    margin-top: 10px;
    margin-bottom: 10px;
}
#table tr th {
    font-size: 16px;
    color: #333333;
}
#table tr td {
    font-size: 16px;
    color: #666666;
}
/**city: start**/
.problem img {
    width: 100%;
}
/*letter com*/
.reason-col-1 .reason-col-main-1,
.reason-col-des-num ul,
.reason-col-des2 .reason-col-main-2,
.reason-des-tit2,
.reason-main-des3 ul,
.reason-des-ul ul,
.par-main .letter-spacing-com {
    letter-spacing: -8px;
}
.reason-col-img,
.reason-col-des,
.reason-col-des-num ul li,
.reason-main-des2-l,
.reason-main-des2-r,
.reason-des-tit2 h4,
.reason-des-tit2 span,
.reason-col-des3 .reason-main-des3 ul li,
.reason-des-tit3 img,
.reason-des-tit3 span,
.reason-des-ul li,
.letter-spacing-com li {
    display: inline-block;
    letter-spacing: normal;
}
.reason-col-1 .reason-col-img {
    width: 41%;
}
.reason-col-1 .reason-col-des {
    width: 59%;
}
.reason-col-main-1 .reason-col-des h4 {
    font-size: 42px;
    color: #0a5aea ;
}
.reason-col-des-line {
    border-bottom: 2px solid #666666;
    width: 160px;
    height: 4px;
    margin-left: 9%;
    margin-top: 60px;
    margin-bottom: 40px;
}
.reason-col-des-num span {
    color: #0a5aea ;
    font-size: 35px;
    line-height: 65px;
}
.reason-col-des-num span b {
    font-size: 65px;
}
.reason-col-des-num p {
    font-size: 26px;
    color: #333333;
}
.reason-col-des-btn {
    font-size: 42px;
    color: #FFFFFF;
}
.reason-col-des-btn b {
    color: #fff21e;
}
.reason-col-des-num li {
    width: 30%;
    border-right: 1px solid #666666;
    box-sizing: border-box;
}
.reason-col-des-num li:last-child {
    width: 40%;
    border-right: none;
}
.reason-col-des-btn span {
    background: #0a5aea ;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #666666;
    padding: 5px 10px;
}
.reason-col-1 .reason-col-des,
.reason-col-1 .reason-col-img,
.reason-main-des2-l,
.reason-main-des2-r {
    vertical-align: middle;
}
.reason-col-des3 .reason-main-des3 ul,
.main .padding-left-commom {
    padding-left: 0;
}
.reason-col-des2 .reason-des-tit3,
.par-col-6 .reason-des-tit3,
.par-col-8 .reason-des-tit3 {
    text-align: left;
    margin-bottom: 20px;
}
.reason-main-des2-l {
    width: 52%;
    margin-left: 5%;
    margin-right: 8%;
}
.reason-main-des2-r {
    width: 30%;
    margin-right: 5%;
}
.reason-col-1 .reason-col-des2 {
    margin: 70px 0;
}
.reason-main-des2-l .reason-des-tit,
.reason-main-des2-l p {
    text-align: left;
}
.reason-des-tit .reason-col-des-line {
    margin: 20px 0 25px;
}
.reason-main-des2-l .reason-des-tit h4 {
    font-size: 42px;
    color: #303030;
}
.reason-main-des2-l p {
    font-size: 27px;
}
.reason-des-tit2 h4 {
    color: #FFFFFF;
    font-size: 40px;
    margin: 0 5% 0 3%;
}
.reason-des-tit2 {
    width: 913px;
    height: 55px;
    text-align: left;
    background: url(../images/line-titbg.png) no-repeat;
    margin-bottom: 2rem;
}
.reason-des-tit2 span {
    font-size: 24px;
    color: #0a5aea ;
}
.reason-main-des3 li {
    width: 24%;
    margin-right: 1.3%;
    background: #0a5aea ;
    margin-bottom: 25px;
}
.reason-main-des3 li:nth-child(4n) {
    margin-right: 0;
}
.reason-col-des3 .reason-main-des3 {
    margin: 40px 0 60px;
}
.reason-main-des3 span,
.reason-main-des3 p {
    color: #FFFFFF;
}
.reason-main-des3 span {
    font-size: 29px;
}
.reason-main-des3 p {
    font-size: 19px;
}
.reason-main-des3 img {
    margin-bottom: 10px;
}
.reason-main-des3 li b {
    color: #f5be34;
}
.reason-col-2 .reason-col-des2 {
    margin: 50px auto;
}
.reason-des-tit3 span {
    font-size: 48px;
    color: #303030;
    vertical-align: middle;
    border-bottom: 2px solid #666666;
}
.reason-des-ul li {
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 35px;
    background: #0a5aea ;
    /*border: 1px solid #0a5aea ;*/
}
.reason-des-ul li img {
    width: 100%;
}
.reason-des-ul li:nth-child(5n) {
    margin-right: 0;
}
.reason-des-ul li:hover,
.reason-main-des3 li:hover {
    box-shadow: 5px 5px 5px #666666;
}
.reason-des-ul li span {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1.8;
}
.reason-col-3 ul li {
    width: 24%;
    margin-right: 1.3%;
    background: #0a5aea ;
    box-shadow: 5px 5px 5px #666666;
}
.reason-col-3 ul li:last-child {
    margin-right: 0;
}
.reason-col-3 ul li span {
    color: #FFFFFF;
    font-size: 30px;
    display: block;
    line-height: 60px;
}
.reason-col-3 ul li,
.reason-col-3 ul li img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.reason-col-3 ul li img {
    width: 100%;
}
.reason-contrast li {
    width: 48%;
    margin-right: 4%;
   /*  background: #0a5aea ; */
    color: #fff;
    margin-bottom: 45px;
}
.reason-contrast li span {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8;
    background: #0a5aea ;
    display: block;
}
.reason-contrast li:nth-child(2n) {
    margin-right: 0;
}
.reason-main-tit5 {
    width: 443px;
    height: 104px;
    margin: 0 auto 15px;
    background: url(../images/contrico_bg.png) no-repeat;
}
.reason-main-tit5-2 {
    margin-top: 40px;
}
.reason-main-tit5 h5 {
    font-size: 27px;
    color: #FFFFFF;
    line-height: 100px;
    margin-left: 20%;
}
.reason-main-con5 li {
    width: 48%;
    margin-right: 4%;
    background: #0a5aea ;
}
.reason-main-con5 li:last-child,
.reason-main-con6 li:last-child {
    margin-right: 0;
}
.reason-main-con5 li span {
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 1.8;
}
.reason-main-con5 li p {
    letter-spacing: 3px;
    color: #FFFFFF;
    padding-top: 15px;
    font-size: 17px;
    padding: 15px 20px;
}
.reason-main-con6 li {
    width: 33.3%;
    background: #0a5aea ;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.reason-main-con6 li:hover {
    box-shadow: 5px 5px 5px #666666;
}
.reason-main-con6 li span {
    font-size: 2rem;
    color: #fff800;
    line-height: 1.8;
}
.par-col-main-5 li span b {
    color: #fff000;
}
.reason-main-con5 {
    position: relative;
}
.reason-main-con5 .ico-contrast {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    bottom: 0;
}
.par-col-8 .reason-des-tit3 {
    margin: 60px auto 30px
}
.par-col-8 #reason-des-tit3 span {
    font-size: 42px;
}
.par-col-main-5 .reason-main-tit5-2 {
    background: url(../images/contrico_bg2.png) no-repeat;
}
.par-col-main-5 .margin-reason-des-tit2 {
    margin: 40px 0 10px;
}
.par-col-6 .reason-des-tit3 {
    margin: 50px auto 40px;
}
.module-content .par-main .par-col-6 {
    margin: 45px auto;
}
.reason-main-con7 .reason-tit-con6 {
    margin: 67px auto 76px;
}
.reason-main-con7 .reason-tit-con6 img {
    margin-bottom: 15px;
}
.par-col-main-6 li {
    width: 49%;
    margin-right: 2%;
    color: #FFFFFF;
}
.par-col-main-6 li:nth-child(2n) {
    margin-right: 0;
}
.par-col-main-6 li span,
.par-col-main-6 li p {
    background: #0a5aea ;
}
.par-col-main-6 li p {
    border-radius: 15px;
}
.par-col-main-7 li {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 15px;
}
.par-col-main-7 li:nth-child(4n) {
    margin-right: 0;
}
.par-col-8 .par-col-honor-7,
.par-col-8 .par-col-flow-7 {
    margin-bottom: 70px;
}
.par-col-8 .par-col-honor-7{
    margin-top:30px;
    margin-bottom: 30px;
}
.par-col-9 .form-par-col8 {
    height: 425px;
    margin: 40px auto;
    background: url(../images/formpar_col8.png) no-repeat center;
    position: relative;
}
.par-col-9 .form-par-col8 .form-par-main {
    position: absolute;
    right: 12%;
}
.form-par-con {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding: 20px 30px 20px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.form-par-con h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #9DC45F;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #89AF4C;
}
.form-par-con h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}
.form-par-con label {
    display: block;
    margin: 0px 0px 5px;
}
.form-par-con label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.form-par-con input[type="text"],
.form-par-con input[type="email"],
.form-par-con textarea,
.form-par-con select {
    color: #FFFFFF;
    height: 30px;
    line-height: 15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: rgba(0, 0, 0, 0.1);
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.form-par-con textarea {
    height: 100px;
    padding-top: 10px;
}
.form-par-con .button {
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 5px 40px 5px 40px;
    color: #0500fe;
    text-shadow: 1px 1px 1px #949494;
    margin-top: 5px;
    font-size: 20px;
}
.form-par-col8 .form-par-con input::-webkit-input-placeholder {
    color: #FFFFFF;
}
.form-par-col8 .form-par-con input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFFFFF;
}
.form-par-col8 .form-par-con input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFFFFF;
}
.form-par-col8 .form-par-con input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFFFFF;
}
.form-par-col8 .form-par-con textarea::-webkit-input-placeholder {
    color: #FFFFFF;
}
.form-par-con .button:hover {
    background-color: #80A24A;
}
.par-col-10 .reason-des-tit7 {
    margin: 100px auto 30px;
}
.span-main-6 {
    width: 100%;
    background: #0a5aea ;
    color: #FFFFFF;
}
.span-main-6 span {
    font-size: 2rem;
    line-height: 1.8;
}
.par-col-main-6 li p {
    font-size: 30px;
    width: 70%;
    margin: 30px auto;
}
.par-col-8 .par-col-main-6 {
    margin: 40px auto 50px;
}
.reason-des-tit5 {
    width: 100%;
    height: 364px;
    background: url(../images/fcor.png);
    color: #FFFFFF;
}
.reason-des-tit5 span,
.reason-des-tit5 p {
    font-size: 39px;
    line-height: 39px;
}
.reason-des-tit5 h4 {
    font-size: 67px;
}
.reason-des-tit5 .reason-des-tit5-line {
    border-bottom: 2px solid #FFFFFF;
    width: 250px;
    margin: 0 auto;
}
.reason-des-tit5-con {
    padding-top: 89px;
}
.reason-des-tit4 img {
    margin-bottom: 60px;
}
.operate-main {
    position: relative;
}
.operate-ul {
    position: absolute;
    position: absolute;
    width: 31%;
    top: 6%;
    left: 34.5%;
    right: 34.5%;
}
.operate-ul li {
    background: #b1b1b1;
    width: 30%;
    margin-right: 5%;
    border-radius: 30px;
}
.operate-ul li:last-child {
    margin-right: 0;
}
.operate-ul .active {
    background: #FFFFFF;
}
.contact-cat i {
    display: block;
}
.operate-ul .active a,
.operate-ul li a {
    font-size: 30px;
    color: #0a5aea ;
}
.operate-ul li a {
    margin-top: 8%;
    margin-left: 13%;
}
.operate-con .mod img {
    width: 100%;
}
.contact-cat li span {
    font-size: 24px;
    color: #666666;
}
.contact-cat li p {
    font-size: 16px;
    color: #999999;
}
.contact-cat .last {
    font-size: 22px;
}
.top-contact-main {
    position: relative;
}
.top-contact-main .top-contact-2 {
    margin-top: 30px;
    background: url(../images/top_contact2.png) no-repeat center;
    height: 307px;
    background-size: 100%;
}
.top-contact-2 .top-contact-des {
    position: relative;
}
.top-contact-2 .top-contact-des2 {
    position: absolute;
    top: 30px;
    right: 160px;
    line-height: 1.6;
}
#dituContent {
    width: 1920px;
    height: 500px;
}
.top-contact-des2 .contact-tit-2 {
    line-height: 1.4;
}
.top-contact-des2 {
    color: #0a5aea ;
}
.contact-tit-2 h2 {
    font-size: 39px;
}
.contact-tit-2 span {
    font-size: 32px;
    letter-spacing: 2px;
}
.contact-tit-2 p {
    font-size: 20px;
}
.contact-tit-ph span {
    font-size: 38px;
    font-weight: 600;
}
.contact-tit-ph img,
.contact-tit-ph span {
    display: inline-block;
    vertical-align: middle;
}
#contat-margin {
    margin-top: 0px;
}
.case_diy {
    padding-left: 0px !important;
}
.case_diy li .case_item_diy {
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
}
.case_diy li .case_item_diy img {
    margin-bottom: 0px;
    min-height: 251px;
}
.case_diy li .case_item_diy .case_text {
    background: mediumblue;
    padding: 10px 0px;
    color: #fff;
}
.case_diy li .case_item_diy .case_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;    
    width: 90%;
    margin: 0px auto;
}
.case_diy li {
    width: 102%;
    overflow: hidden;
    background: #ffffff;
}
.partner-case li p b {
    color: #f5be34;
}
.partner-case li span {
    font-size: 29px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.8;
	 -o-text-overflow: ellipsis; /* for Opera */
    -icab-text-overflow: ellipsis; /* for iCab */
    -khtml-text-overflow: ellipsis; /* for Konqueror Safari */
    -moz-text-overflow: ellipsis; /* for Firefox,mozilla */
    -webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
/**news_list: start**/
.entry-item {
    margin-bottom: 25px;
    /*padding-bottom: 25px;*/
    border-bottom: 1px solid #666666;
    /*transition:all 0.5s ease 0s;*/
}
.entry-item .typo .typo-img {
    margin-right: 25px;
}
.entry-item .typo .typo-img-right {
    margin-right: 0;
    margin-left: 25px;
}
.entry-img {
    margin-bottom: 10px;
}
.entry-img img {
    display: block;
}
.entry-title {
    margin-bottom: 15px;
}
.entry-title h2 {
    font-size: 16px;
    line-height: 1.4;
}
.entry-title a {}
.top-news-tit h2 {
    font-size: 22px;
}
.top-news-des {
    color: #333333;
}
.entry-title a:hover {
    color: #01aef2;
    text-decoration: none;
}
.entry-meta {
    font-size: 12px;
    margin-bottom: 10px;
    color: #999;
}
.entry-meta em {
    margin: 0 8px;
}
.entry-meta strong {
    font-weight: normal;
}
.entry-meta a {
    color: #999;
}
.entry-meta a:hover {
    color: #01aef2;
    text-decoration: none;
}
.entry-summary {
    color: #666;
    font-size: 13px;
    margin-bottom: -5px;
}
.entry-summary p {
    line-height: 1.6;
}
.entry-detail {
    padding-right: 10px;
    font-size: 13px;
    color: #01aef2;
    background: url(../images/arrow-r.gif) no-repeat right center;
}
.entry-detail:hover {
    text-decoration: none;
    color: #01aef2;
}
.entry-item .typo-img .entry-img {
    margin-bottom: 0;
}
.entry-item .typo-text .entry-title {
    margin-top: -2px;
    _margin-top: -1px;
}
.entry-set .typo .typo-img {
    margin-right: 15px;
}
.entry-set .typo .typo-img-right {
    margin-left: 15px;
    margin-right: 0;
}
.entry-set .entry-title {
    margin-bottom: 10px;
}
.entry-set .entry-title h2 {
    font-size: 15px;
}
.entry-set .entry-summary,
.entry-set .entry-detail {
    font-size: 12px;
}
.entry-set .entry-item .typo-text .entry-title {
    margin-top: -2px;
    _margin-top: -1px;
}
.entry-list-time-hl .entry-item {
    position: relative;
    padding-left: 100px;
    border-bottom: 1px dotted #ccc;
    min-height: 80px;
    height: auto !important;
    _height: 80px;
}
.entry-list-time-hl .time {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    background-color: #f7f7f7;
    text-align: center;
    font-family: Arial;
}
.entry-list-time-hl .time-day {
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    color: #333;
    font-size: 30px;
}
.entry-list-time-hl .time-date {
    display: block;
    color: #666;
    line-height: 22px;
    font-size: 12px;
}
.entry-set-time-hl .entry-item {
    padding-left: 80px;
    min-height: 70px;
    height: auto !important;
    _height: 70px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.entry-set-time-hl .entry-title {
    margin-bottom: 10px;
}
.entry-set-time-hl .entry-title h2 {
    font-size: 14px;
    /*font-weight:normal; */
}
.entry-set-time-hl .entry-summary {
    color: #808080;
    font-size: 12px;
}
.entry-set-time-hl .time {
    width: 60px;
}
.entry-set-time-hl .time-day {
    font-size: 25px;
    line-height: 40px;
}
.entry-set-time-hl .time-date {
    font-size: 11px;
}
.entry-list-time-hl-col .entry-item {
    border-bottom: none;
}
.entry-thumbnail-list .entry-item {
    border-bottom: none;
    padding-bottom: 9px;
    margin-bottom: 9px;
}
.entry-thumbnail-list .entry-title h2 {
    font-weight: normal;
    font-size: 13px;
}
.entry-thumbnail-list .price strong {
    font-weight: normal;
}
.top-h .typo {
    padding-bottom: 15px;
}
.typo:before,
.typo:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.typo:after {
    clear: both;
}
.typo {
    *zoom: 1;
}
.typo .typo-text {
    overflow: hidden;
    *zoom: 1;
}
.typo .typo-img {
    float: left;
    margin-right: 20px;
}
.typo .typo-img-right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.news-click {
    font-size: 16px;
    margin-top: 20px;
}
.news-click .ico-click,
.news-click .ico-click,
.ico-click i,
.ico-time i,
.news-click span {
    display: inline-block;
}
.ico-click i,
.ico-time i,
.news-click span {
    vertical-align: middle;
    margin-left: 5px;
}
.news-click .ico-click {
    margin-right: 20px;
}
.ico-click i {
    width: 20px;
    height: 15px;
    background: url(../images/eye_ico.png) no-repeat;
}
.ico-time i {
    width: 15px;
    height: 15px;
    background: url(../images/time_ico.png) no-repeat;
}
.main .news-list-main {
    padding-top: 0px;
}
/**news_details: start**/
.new-content {
    font-size: 18px;
    font-family: 微软雅黑;
}
/**video:start**/
.portfolio-list {
    min-height: 20px;
}
.video-list {
    text-align: center;
}
.video-list .column .col-3-1 {
    width: 46%;
    margin-right: 4%;
    /* box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.1) inset; */
    box-shadow: 0px 0px 6px 0px rgba(127, 127, 127, 0.30);
}
.column .col-3-1 {
    width: 23.5%;
    margin-right: 2%;
}
.column .col-2-1,
.column .col-3-1,
.column .col-4-1,
.column .col-4-2,
.column .col-5-1,
.column .col-3-2,
.column .col-4-3,
.column .col-5-2,
.column .col-5-3,
.column .col-5-4 {
    float: left;
    min-height: 1px;
    height: auto !important;
    _height: 1px;
}
.portfolio-list li {
    margin-bottom: 25px;
}
.portfolio-img {
    margin-bottom: 10px;
    overflow: hidden;
}
/**video_details:start**/
/**contact: start**/
#lianxi_top_wrap {
    position: relative;
}
.top-contact-main {
    position: relative;
}
.top-contact-main .top-contact-2 {
    margin-top: 30px;
    background: url(../images/top_contact2.png) no-repeat center;
    height: 307px;
    background-size: 100%;
}
.top-contact-2 .top-contact-des {
    position: relative;
}
.top-contact-2 .top-contact-des2 {
    position: absolute;
    top: 30px;
    right: 160px;
    line-height: 1.6;
}
.top-contact-main {
    position: relative;
}
.top-contact-main .top-contact-2 {
    margin-top: 30px;
    background: url(../images/top_contact2.png) no-repeat center;
    height: 307px;
    background-size: 100%;
}
.top-contact-2 .top-contact-des {
    position: relative;
}
.top-contact-2 .top-contact-des2 {
    position: absolute;
    top: 30px;
    right: 160px;
    line-height: 1.6;
}
.module-content .contact-cat {
    text-align: center;
    display: block;
    min-height: 330px;
    box-shadow: 0px 1px 4px #666666, 0px 0px 20px #ffffff inset;
    margin: 20px 0 60px;
}
.module-content .contact-cat ul {
    padding: 35px 15px;
}
.module-content .contact-cat ul li {
    float: left;
    width: 33.3%;
    list-style: none;
}
/**job: start**/
.join-main .join-con,
.join-tit {
    text-align: center;
}
.join-con-tit {
    text-align: left;
    margin: 55px 0 10px;
    padding-top: 35px;
}
.join-main .join-con {
    min-height: 450px;
    padding: 0 6%;
}
.join-main .join-con-m {
    box-shadow: 0px 1px 4px #666666, 0px 0px 20px #ffffff inset;
}
.join-con-tit span {
    font-size: 43px;
    font-weight: 600;
}
.join-con-tit .join-con-line {
    width: 100%;
    border-bottom: 1px solid #0a5aea ;
    height: 1px;
}
.join-con-des ul li {
    list-style: none;
}
.join-con-tit .join-con-tit-l,
.join-con-tit .join-con-tit-r {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
}
.join-con-tit-l {
    min-height: 100px;
    margin-right: 5px;
}
.join-con .join-con-des {
    text-align: left;
    padding: 0 8%;
}
.join-con-des span {
    font-size: 20px;
    font-weight: 600;
    color: #0a5aea ;
    border: 2px solid #0a5aea ;
    line-height: 20px;
    border-radius: 15px;
    padding: 3px 9px;
}
.join-con .join-con-des ul,
.join-con .join-con-des ul li {
    padding: 0;
}
.join-con-des-l,
.join-con-des-r {
    max-width: 50%;
}
.join-con-des .join-con-des-l p,
.join-con-des .join-con-des-r p {
    line-height: 1.8;
    margin: 0;
}
.join-con-des .join-tit-span {
    margin-bottom: 10px;
}
.join-con-des {
    font-size: 16px;
    color: #666666;
}
/**chaxun:start table**/
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.qhd-content table {
    width: 100% !important;
    max-width: 100%;
    border-collapse: collapse;
    overflow: visible;
}
.qhd-content table th,
.qhd-content table td {
    padding: 14px 18px;
    text-align: center;
    border: 1px solid #ddd;
}
.qhd-content table tbody tr.trhover td {
    background-color: #ebebeb;
}
.qhd-content table tbody tr:first-child td {
    /* background-color: #999999;	color: #fff; */
    font-size: 16px;
    font-weight: bold;
}
.qhd-content table table tbody tr:first-child td {
    background-color: transparent;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    border: none;
}
.qhd-content table table tbody tr td {
    padding: 0;
}
.qhd-content table tbody img[src*="file"] {
    display: none;
}
.qhd-content table tbody p {
    margin-bottom: 0;
}
.qhd-content table tbody tr.trhover table td {
    background-color: #ebebeb;
}
.qhd-content table tbody tr:first-child table td {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
}
.qhd-content .table {
    overflow: visible;
}
.qhd-content .table th,
.qhd-content .table td {
    line-height: 1.8;
    padding: 10px 15px;
}
.qhd-content .table th {
    background-color: #01adee;
    color: #fff;
}
.qhd-content .table td {}
.qhd-content .table tbody tr:first-child td {
    background-color: transparent;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
.qhd-content .table tbody tr.trhover td {
    background-color: #f7f7f7;
}
.qhd-content .table th {
    background-color: #01adee;
    color: #fff;
    font-size: 16px;
}
.qhd-content .table-row thead th {
    background-color: #01adee;
    color: #fff;
}
.qhd-content .table-row tbody th {
    background-color: #01adee;
    color: #fff;
}
.qhd-content .table tbody .even-row td {
    background-color: #f7f7f7;
}
#table tr th {
    font-size: 16px;
    color: #333333;
}
#table tr td {
    font-size: 16px;
    color: #666666;
}
#table tr td img {
    width: 60%;
    height: auto;
}
#home_body {
    background: #fff;
}
/**PC:about_wenhua:start**/
#about_wenhua_wrap {
    overflow: hidden;
    clear: both;
    width: 70%;
    min-width: 1200px;
    margin: 0% auto;
    margin-top: 5%;
}
.about_wenhua_wrap {}
.about_wenhua_top {
background: url(../images/about_wenhua/about_wenhua_bg.png) no-repeat left top;
padding: 4% 2% 2%;
 background-size: cover;
}
.about_wenhua_logo {
    margin: 0px auto;
    width: 30%;
    display: block;
}
.about_wenhua_text {
    background: #0a5aea ;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    padding: 2% 1%;
    margin-top: 3%;
}
.about_wenhua_text p {}
.about_wenhua_center {
    background: url(../images/about_wenhua/about_wenhua_bg2.png) no-repeat left top;
    padding: 3% 6% 3%;
    margin-top: 4%;
    background-size: cover;
}
.about_wenhua_logo2 {
width: 50%;
display: block;
text-align: right;
margin-left: 28%;
}
.about_wenhua_center ul {
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
}
.about_wenhua_center ul li {
    display: block;
    width: 32%;
    text-align: center;
}
.about_wenhua_center ul li img {
    width: 60%;
}
.about_wenhua_center ul li h2 {
    margin-bottom: 2%;
    font-size: 30px;
    font-weight: normal;
    color: #0a5aea ;
    line-height: 2;
}
.about_wenhua_center ul li p {
    background: #0a5aea ;
    text-align: left;
    line-height: 1.8;
    font-size: 18px;
    color: #fff;
    padding: 6%;
    min-height: 13rem;
}
.about_wenhua_center ul li:nth-child(2) p{
    background: #f5be34;
    color:#333;
}
.about_wenhua_bottom {
    background: url(../images/about_wenhua/about_wenhua_bg2.png) no-repeat left top;
    padding: 2% 12% 2%;
    background-size: cover;
    margin-top: 3%;
}
.about_wenhua_logo3 {
width: 78%;
display: block;
text-align: right;
margin-left: 12%;
}
.about_wenhua_bottom ul {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 0%;
    color: #fff;
}
.about_wenhua_bottom ul li {
    display: block;
    width: 48%;
    justify-content: space-between;
    margin-bottom: 1%;
    background: #0a5aea ;
    padding: 1% 0%;
    overflow: hidden;
    margin-top: 4%;
}
.about_wenhua_bottom ul li img {
    background: #0a5aea ;
    width: 23%;
    height: auto;
    display: block;
    float: left;
    margin: 5% 5% 0%;
}
.about_wenhua_bottom ul li:nth-child(2) {
    background: #f6be35;
}
.about_wenhua_bottom ul li:nth-child(2) img {
    background: #f6be35;
}
.about_wenhua_bottom ul li:nth-child(3) {
    background: #f6be35;
}
.about_wenhua_bottom ul li:nth-child(3) img {
    background: #f6be35;
}
.about_wenhua_bottom ul li:nth-child(6) {
    background: #f6be35;
}
.about_wenhua_bottom ul li:nth-child(6) img {
    background: #f6be35;
}
.about_wenhua_bottom_right {
padding: 1% 3%;
width: 66%;
float: left;
padding-bottom: 2%;
}
.about_wenhua_bottom_right h2 {
    line-height: 2;
    font-size: 30px;
    font-weight: normal;
}
.about_wenhua_bottom_right p {
line-height: 1.8;
font-size: 18px;
}
.about_wenhua_pinzhi{margin: 3% auto;overflow: hidden;width: 100%;margin-bottom: 6%;}
.about_wenhua_pinzhi_img{width: 100%;margin: 0px auto;overflow: hidden;text-align: center;}
.about_wenhua_pinzhi_img img{
    margin: 0px;
    padding: 0px;
    border: unset;
    width: 50%;
    display: inline;
    float: left;
}
.about_wenhua_pinzhi_img_diy{margin:2% auto;}
.yuyue_diy_pc a {
    background: #0a5aea ;
    width: 23%;
    margin: 0px auto;
    color: #fff;
    border-radius: 38px;
    line-height: 55px;
    font-size: 25px;
    margin-top: 0%;
    letter-spacing: 10px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 3%;
    display:block;
}
.order-num-span {
    margin-top: 2%;
}
/**PC: shigong yuyue: start**/
.about_rongyu_diy_pc{width: 69%;min-width: 1200px;margin: 2% auto;overflow: hidden;margin-top: 0%;}
.about_rongyu_diy_pc_swiper{
}
.about_rongyu_diy_pc_item{
    display: block;
   padding-bottom: 2%;
    overflow: hidden;
}
.about_rongyu_diy_pc_item span{
    width: 33%;
    padding: 0px;
    margin: 2% 0%;
    display: block;
    float: left;
}
.home_video_play .prism-player .prism-big-play-btn {
    left: 43%!important;
    bottom: 42%!important;
}
.about_video_play .prism-player .prism-big-play-btn {
    left: 47%!important;
    bottom: 40%!important;
}
.video_play .prism-player .prism-big-play-btn {
    left: 46%!important;
    bottom: 48%!important;
}
.video_play_wap .prism-player .prism-big-play-btn {
    left: 40%!important;
    bottom: 34%!important;
}
.about_rongyu_diy_pc_item span img{width: 78%;height: auto;}
.video_list_diy_wrap{width: 92%;margin: 0px auto;}
.video_list_diy_title{font-size: 24px;font-weight: normal;line-height: 30px;margin-bottom: 2%;padding-left: 103px;color:#666;}
.video_list_diy_ul{display: flex;justify-content: space-evenly;margin-bottom: 4%;width: 100%;flex-wrap: wrap;}
.video_list_diy_ul li{box-shadow: 0px 0px 6px 0px rgba(127, 127, 127, 0.30);display: block;margin-bottom: 3%;}
.video_list_diy_ul li a{display: block;}
.video_list_diy_ul li a img{width: 320px;height: auto;}
.video_list_diy_ul li a p{text-align: center;line-height: 40px;font-size: 18px;color: #333;}
.page-width-yuyue {
    width: 63%;
}
.page-width-service {
    width: 63%;
}
.page-width-city {
    width: 63%;
}
.order-col-4 .order-col-tit2 {
    line-height: 40px;
}
.line_home_pc {
    width: 60%;
    height: auto;
    border-top: 1px solid #6f6f6f;
    margin: 0px auto;
}
.line_home_pc_in {
    width: 36%;
    margin: 0px auto;
    border-top: 6px solid #0a5aea;
    display: block;
    margin-top: -3px!important;
}
.kehu_line_home_pc {  
    margin-top: 2%;
}
.news_line_home_pc {  
    margin-top: 0%;
    margin-bottom: 1%;
}
.cases_line_home_pc {  
    margin-top: 2%;
}
.yuyue_line_home_pc {  
    margin-top: 2%;
}
.liucheng_line_home_pc {  
    margin-top: 2%;
}
.fuwu_line_home_pc {  
    margin-top: 2%;
}
.fangan_line_home_pc {  
    margin-top: 2%;
}
.fangan_line_home_pc .line_home_pc_in {
    width: 58%;
}
.case_city_title {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.case_city_title span {
    float: left;
    margin-left: -5px;
    width: 100%;
    word-break: break-all;
}
.case_city_title::before {
    float: left;
    width: 5px;
    content: '';
    height: 40px;
}
.case_city_title::after {
    float: right;
    content: "...";
    height: 20px;
    line-height: 20px;
    /* 为三个省略号的宽度 */
    width: 3em;
    /* 使盒子不占位置 */
    margin-left: -3em;
    /* 移动省略号位置 */
    position: relative;
    left: 100%;
    top: -20px;
    padding-right: 5px;
    background-color: #FFF;
}
/**PC: city: start**/
.city_rongyu_diy_pc{width: 69%;min-width: 1200px;margin: 2% auto;overflow: hidden;margin-top: 0%;}
.city_rongyu_diy_pc_swiper{
}
.city_rongyu_diy_pc_item{
    display: block;
   padding-bottom: 2%;
    overflow: hidden;
}
.city_rongyu_diy_pc_item span{
    width: 33%;
    padding: 0px;
    margin: 2% 0%;
    display: block;
    float: left;
}
.city_rongyu_diy_pc_item span img{width: 78%;height: auto;}
.pic-info-home-pc{
    padding-top: 8px;
}
.pic-info-home-pc h3{  
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;      
        display: block;
        margin-bottom: 1%;
}
.pic-info-home-pc p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.card_cont_wrap{
    margin-bottom:4%;
}

.card_cont{width: 40%;margin: 0px auto;text-align: left;background: #f5f5f5;padding: 2%;border-radius: 5px;margin-bottom:2%;}

.card_cont p{    line-height: 26px;
    margin: 0px;
    font-size: 16px;
    border-bottom: 1px dotted #cecece;
    overflow: hidden;
    padding: 1% 0%;}
.card_cont p:nth-child(8){border-bottom:unset}
.card_cont p .card_left{display: block;float: left;width: 32%;text-align: right;}
.card_cont p .card_right{display: block;float:left;width: 68%;}
.card_cont p em{background: #0a5aea ;
    color: #fff;
    border-radius: 30px;
    margin-left: 2%;
    padding: 6px 16px;}

    .news_copyright p {
        background: #e2e2e2;
        font-size: 16px;
        line-height: 2.5;
        padding: 0% 2%;
    }
    .rss_copyright p{      
        background: #FBFBFB;    
        border: 1px solid #eaeaea;        
    }
  
 

    /**website_liuyan_pc:start**/


    .website_liuyan_pc{
        position: fixed;
        left: 5px;
        width: 180px;
        z-index: 999999;
        top: 250px;
        height: auto;       
        overflow: hidden;
        border-radius: 10px;
        padding:1% 0%;
    }

    .left-imgtop{
        overflow: hidden;
    }

    .left-imgtop img{
        width:100%;
        height:auto;
        display: block;
    }

    .left-bottom{
       overflow: hidden;
       display: block;
       width: 100%;
    }

    .left-imgtop-center{      
        padding-bottom: 0%;
    }

    .left-imgtop-center a{
        position: relative;
        top:0%;
        left:0%;
        display: block;
    }
    .left-imgtop-center a img{
        width: 100%;
        height:auto;
        display: block;
    }

    .left-imgtop-center a img.shou{
        width: 80px;
        height: auto;
        display: block;
        position: absolute;
        right: 6%;
        bottom: -18%;
    }



    .left-imgtop-bottom{
        overflow: hidden;
        margin-top: -8%;
    }

    .left-imgtop-bottom a img{
        width: 93%;
        height: auto;
        display: block;
        margin: 0px auto;
        background: #fbfbfb;
        border-radius: 10px;
    }




    .leftfixed {
        background: #fff;
        padding-bottom: 12px;
        padding-top: 6px;
        width: 94%;
        margin: 0px auto;
        margin-left: 5px;
        padding-bottom: 15%;
    } 
       

   
    .leftformtit {
        background: #2588d9;
        width: 100%;
        color: #fff;
        font-size: 18px;
        padding: 20px 0;
        text-align: center;
    }
    .leftforminpt {
        margin-top: 8px;
        margin-left: 3px;
    }
    .leftforminpt div{
        position: absolute;
        font-size: 14px;
        color: #666;
        line-height: 36px;
        left: 22px;
    }
    .leftforminpt input {
        border: 2px solid #bdbbbb;
        width: 162px;
        text-indent: 48px;
        font-size: 16px;
        color: #666;      
        line-height: 36px;
        border-radius: 10px;
        height:36px;
    }
    .leftbtn {
        margin-left: 3px;
        margin-top: 10px;
    }
    .leftbtn button:hover{
        background: #0060ff;
    }
    .leftbtn button {
        background: #0060ff;
        border: none;
        outline: none;
        color: #fff;
        width: 160px;
        font-size: 16px;
        cursor: pointer;
        line-height: 30px;
    }
    .leftformselect {
        margin-left: 3px;
        margin-top: 10px;
    }
    .leftformselect select{
        width: 162px;
        color: #666;
        line-height: 36px;
        font-size: 14px;
        border: 2px solid #bdbbbb;
        border-radius: 10px;
        display: block;
        padding: 3% 4%;
        padding-bottom:4%;
    }
